Why am I getting a green screen while previewing an object made using videoinput but it works when previewing an object using webcam function?
6 views (last 30 days)
Show older comments
I am trying to capture a video from a logitech HD pro webcam C920. When I preview the camera after creating an object called cam, it works prefectly:
cam = webcam(1)
preview(cam)
% image comes up, works as it should
But when I create an object using the 'videoinput' command, previewing that object just returns a green screen:
vobj = videoinput('winvideo', '1')
preview(vobj)
% no image except a green screen with a band of white noise at the top
I am using Matlab 2018a (it is the latest version compatible with some NI devices I am using)
Thank you.
0 Comments
Answers (1)
Anshika Chaurasia
on 3 Mar 2021
Hi Kosta,
Refer to following discussion which is related to the similar issues as mentioned by you:
0 Comments
See Also
Categories
Find more on Device Connection in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!