You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Find and replace the if (frame_err) line with the conditional check
106
+
content = content.replace(
107
+
'\tif (frame_err)',
108
+
'\t/* TODO: Remove Y12I frame_err workaround once Y12I is fixed\n\t * Currently there is a black-bar at the bottom of the frame.\n\t */\n\tif (frame_err && chan->fmtinfo->fourcc != V4L2_PIX_FMT_Y12I)'
0 commit comments