Hi, I’m trying real-time video processing project on PYNQ-Z2.
There was no problem outputting the webcam input to the HDMI monitor as it is, I was also able to get a good frame.(without any processing, just print out camera input)
Drowsiness1_pr.ipynb (6.4 KB)
drowsiness Detection Code
And then I tried to run the drowsiness detection code attached above.
In the PC environment, good results were obtained, but It didn’t run properly in PYNQ.
Perhaps It’s because I had a lack of understanding of PYNQ and FPGA, so I didn’t use it well.
So my question is as follows.
- Can the real-time image processing function run on PYNQ as much as the performance that runs in the PC environment? (functions such as the attached code)
- If the answer of question 1 is yes, is it possible only by just using base overlay or does it require more ability? (For example, need a new custom overlay, knowledge of H/W and FPGA)
Since I’m a fpga beginner, the expert’s detailed or brief advice is very helpful to me.
Thank you for reading my concerns.