alliedvision / VimbaPython

Old Allied Vision Vimba Python API. The successor to this API is VmbPy
BSD 2-Clause "Simplified" License
93 stars 40 forks source link

getting synchronous frame using get_frame_generator(limit=10) #76

Closed sallwine closed 3 years ago

sallwine commented 3 years ago

hello - I can can get a single frame into a numpy array, process and save to disk. But when I try to get 10 frames back to back and process and save to disk, I get the object back. Do you have any recommended way to extract each individual frame from the object? Thanks.

sallwine commented 3 years ago

got this one, saw that if you put the get_frame_generator in a loop, you can extract the individual frames