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
When the frame it is trying to save has only two channels, like with YUYV/UYVY frames, it fails to write the frame to disk. imwrite in OpenCV only supports 1, 3, and 4 channel images.
When the frame it is trying to save has only two channels, like with YUYV/UYVY frames, it fails to write the frame to disk.
imwritein OpenCV only supports 1, 3, and 4 channel images.