RoboCup-SSL / ssl-vision

Shared Vision System For The RoboCup Small Size League
GNU General Public License v3.0
88 stars 109 forks source link

Fix and speed up v4l yuv2rgb conversion #203

Closed akito914 closed 1 year ago

akito914 commented 1 year ago

Fixed incorrect YUV2RGB conversion. And the conversion had large overhead due to per-pixel function calls, so this has been fixed.

g3force commented 1 year ago

Sounds good, thx for the contribution :+1: