Image Acquisition Toolbox - dual webcam interface
2 views (last 30 days)
Show older comments
Dear, Thank you in advance. I am using a dual lenses webcam ( ELP Dual Lens USB Camera) which transmits images from two cameras through a single USB port. The toolbox can recognize two cameras but it only transmits images from one camera as below. May I ask your help ?
>> webcamlist
ans =
2×1 cell array
'Stereo Vision 1'
'Stereo Vision 2'
>>
>> Cam1 = webcam(1); Cam1 = webcam with properties:
Name: 'Stereo Vision 1'
Resolution: '1280x720'
AvailableResolutions: {1×8 cell}
>> Cam2 = webcam(2); Cam2 = webcam with properties:
Name: 'Stereo Vision 2'
Resolution: '1280x720'
AvailableResolutions: {1×8 cell}
The camera did not return a frame for this resolution.
Thank you SK
0 Comments
Answers (2)
Madhura Suresh
on 18 Jan 2018
Hi SK,
The webcam interface only supports RGB and YUY2 frames(with RGB as the returned colorspace). If you are using a Stereo Camera, its possible that the second camera is a depth camera or something that does not have an RGB or YUY2 capabilities.
An alternative would be to use the Image Acquisition Toolbox and download the OS Generic Support Package, and use the 'winvideo' adaptor.
-Madhura
0 Comments
See Also
Categories
Find more on Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!