I have used a USB camera through the PYNQ z2 PS side. But using python script in jupytor, speed gets slowed down. I want to access it on the PL side. My Idea is
Is there any direct way to use a USB camera on the PL side.
How can I make an overlay and create an IP. Then using that IP on PS for getting speed improvement. How can I use that IP for Video processing?
Are these ideas fine? If yes kindly, provide some resources on this.
On the PYNQ-Z2, the USB port on the board is connected to a USB controller on the PS side of the Zynq chip.
The HDMI interfaces are connected to the PL. Can you use HDMI as a source?
NO. I am using a USB-type camera. So I wanted to make a pipeline in PL so that I can take a USB camera as input and do some image processing on it and send it to a VGA monitor for display or send it to another port for further processing. So is there any idea how to achieve this?
Thanks
I feel composable Video overlay is more about a different type of image processing on-camera image. My target is to detect different types of cameras (like USB camera, HDMI type camera, or any CMOS sensor camera) through FPGA. Is there any way in pynq-z2 to interface these cameras?
Thanks