PhotonVision / photonvision

PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.
https://photonvision.org
GNU General Public License v3.0
279 stars 198 forks source link

Use Hardware Acceleration on Rockchip Platforms using MPP #1497

Open srimanachanta opened 3 weeks ago

srimanachanta commented 3 weeks ago

Currently, frame capture is done using the OpenCV decode function (both in cscore and libcamera backends) which is software only. At the minimum, Rockchip MPP and OMX based backends should be implemented to use hardware acceleration for frame decode.

mcm001 commented 3 weeks ago

As long as it doesn't decide to randomly go kaboom like the RGA resize last year...