Hi guys,
I’ve read many threads about this but still haven’t been able to figure it out. I am trying to transfer image frames from my camera to my PC (Windows 10) using python, ideally at a rate of ~10 frames per second. Following the example ‘usb_vcp.py’ I am able to transfer image frames and view them from my computer, but it takes ~1.3 seconds per frame just to transfer.
I also tried running the ‘pyopenmv_fb.py’ / ‘pyopenmv.py’ examples from github but got an error because nothing was transferred (empty buffer). I was using the upython script included at the beginning of ‘pyopenmv_fb.py’ but I noticed that it has no print or usb.send command so I’m not sure how the image would be transferred?
Thanks!