Hello!
Help me solve the problem, please. I want to run yolo detection on rockchip 3588. Do I understand correctly that for fast algorithms to work, I need to use MPP instead of opencv cv::Videowriter? I tried to implement it based on mpp decoder examples, but I always run into problems. I have 2 questions:
- Is MPP really more efficient than cv::Videowriter?
- Maybe there is a more correct example with MPP decoder for Yolo?