Hi
Is there a way to record 16U Mat with videoWriter to an avi file ?
After recording, I read my video and the result is CV_8UC3 Mat.
For exemple, I get one pixel before record my Mat and i get this same pixel after recording.
Before : CV_16U, value : 2553 After : CV8UC3, value 11 11 9
Thx