Pi Camera vs USB WebCam for OpenCV
Posted: Mon Aug 27, 2018 2:29 pm
If I was using a raspberry Pi 3B+
What is the BEST overall performance option for using OpenCV to analyze video. I did a lot of searches and the information is NOT current and bit vague. Open CV works with uncompressed data or bytes. The most technical piece I found was dated in 2015.
"The PiCamera 'run' by the GPU and can dump full frames into RAM at 15 frames a second, while the data from the USB goes straight into ram."
So if I wanted maximum performance for manipulating video frames with OpenCV at resolutions at or above 640x480 I would choose the USB WebCam since the data needs to be uncompressed and in regular memory? Or is this different now since the Pi 3 is multi core and faster?
Can anyone please offer me a more definitive answer.
What is the BEST overall performance option for using OpenCV to analyze video. I did a lot of searches and the information is NOT current and bit vague. Open CV works with uncompressed data or bytes. The most technical piece I found was dated in 2015.
"The PiCamera 'run' by the GPU and can dump full frames into RAM at 15 frames a second, while the data from the USB goes straight into ram."
So if I wanted maximum performance for manipulating video frames with OpenCV at resolutions at or above 640x480 I would choose the USB WebCam since the data needs to be uncompressed and in regular memory? Or is this different now since the Pi 3 is multi core and faster?
Can anyone please offer me a more definitive answer.