I would like to know if I can change W and H (which are set to 128, 96)?
How does it actually works if my input video resolution is from a camera with much higher resolution?
I have 2 more questions:
1. Is there a documentation describing the used libraries?
2. Do u know how many frames are being processed per second? and why did you add the 2 frames delay at the end of the loop?
It can only do about 5-10 frames per second. I’m not sure which program you are referring to when you ask about the delay. There are many example programs for the VE. The Overlay example has a delay to give you time to actually see the output before erasing it again to capture a new frame.
I also measured it, and it took 140ms for each loop in the image processing example.
I need much higher frame rate, therefore I thought of using ARDUINO zero, the problem is that it has 3.3v pins logic.
from your experience will the ‘video experimenter’ board will work from 3.3v? analog pin?
Do you have other suggestion for compatible enhanced board which will work with ‘video experimenter’?