rpi-omx-jpeg-encode
rpi-omx-jpeg-encode copied to clipboard
Seconds missing from benchmark on RPI4b
I'm looking for a faster way to scale an image from 720P to 360P in OpenCV/Python on a Raspberry PI4 and this looks promising. After compile I don't get "Seconds" in the benchmark?
-
Benchmarking *
Frame(s)=20
- [1] openCV JPEG decode and encode *
Result CPU Clocks: 961461 (0s)
- [2] openCV JPEG decode and encode with openCV resize 1/2 *
Result CPU Clocks: 739431 (0s)
- [3] openCV JPEG decode and encode with openCV pryDown 1/2 *
Result CPU Clocks: 774283 (0s)
- [4] openCV JPEG decode and OMX encode *
Result CPU Clocks: 439838 (0s)