Browse Source
Most cameras do not support NV12 or GREY formats, we are adding in this commit a conversion from YUYV format, that seems pretty common in cameras, to GREY format (since we do not use Cb and Cr data on OpticalFlow). Also we are adding a software crop for 8bpp images, such as GREY format. For the same reason, most cameras do not have support for overlaying (crop, resize and so on). These functions are being added in order to be used in the next commits, where we will add support for OpticalFlow on MinnowBoardMax.mission-4.1.18
2 changed files with 34 additions and 0 deletions
Loading…
Reference in new issue