Ofcourse best is ISP hardware solution so we keep the CPU free for userspace applications. I hope/think we will get this but for testing my application I can work at lower FPS (for now). In another forum thread ( https://www.friendlyarm.com/Forum/viewtopic.php?f=61&t=2133#p5864 ) I saw you are e...
Code: Select all
frame = cv2.cvtColor(frame, cv2.COLOR_YUV2BGR_NV12)
alone is not enough. There are many color types.
Any hint how to convert NV12 to BGR ?