Video source object does not acquire data – USB Vision
Hello, i have a problem where i am unable to get the video source object to acquire video frames.
Using a USB Vision 3.0 Camera from HIKROBOT
I have tried a few varieties, with a Manual Trigger and automatic trigger, but whenever i try to get the data from the camera it times out.
The reason for the timeout i assume to be that the src.Parent status is:
Acquisition Parameters: ‘Stream0’ is the current selected source.
10 frames per trigger using the selected source.
‘Mono8’ video data to be logged upon START.
Grabbing first of every 1 frame(s).
Log data to ‘memory’ on trigger.
Trigger Parameters: 1 ‘immediate’ trigger(s) on START.
Status: Logging data.
0 frames acquired since starting.
0 frames available for GETDATA.
Is there something obvious i am missing?
vid = videoinput("gentl");
src = getselectedsource(vid);
commands(src);
start(vid);
data = getsnapshot(vid);Hello, i have a problem where i am unable to get the video source object to acquire video frames.
Using a USB Vision 3.0 Camera from HIKROBOT
I have tried a few varieties, with a Manual Trigger and automatic trigger, but whenever i try to get the data from the camera it times out.
The reason for the timeout i assume to be that the src.Parent status is:
Acquisition Parameters: ‘Stream0’ is the current selected source.
10 frames per trigger using the selected source.
‘Mono8’ video data to be logged upon START.
Grabbing first of every 1 frame(s).
Log data to ‘memory’ on trigger.
Trigger Parameters: 1 ‘immediate’ trigger(s) on START.
Status: Logging data.
0 frames acquired since starting.
0 frames available for GETDATA.
Is there something obvious i am missing?
vid = videoinput("gentl");
src = getselectedsource(vid);
commands(src);
start(vid);
data = getsnapshot(vid); Hello, i have a problem where i am unable to get the video source object to acquire video frames.
Using a USB Vision 3.0 Camera from HIKROBOT
I have tried a few varieties, with a Manual Trigger and automatic trigger, but whenever i try to get the data from the camera it times out.
The reason for the timeout i assume to be that the src.Parent status is:
Acquisition Parameters: ‘Stream0’ is the current selected source.
10 frames per trigger using the selected source.
‘Mono8’ video data to be logged upon START.
Grabbing first of every 1 frame(s).
Log data to ‘memory’ on trigger.
Trigger Parameters: 1 ‘immediate’ trigger(s) on START.
Status: Logging data.
0 frames acquired since starting.
0 frames available for GETDATA.
Is there something obvious i am missing?
vid = videoinput("gentl");
src = getselectedsource(vid);
commands(src);
start(vid);
data = getsnapshot(vid); image acquisition, usb, vision MATLAB Answers — New Questions