Software Archive
Read-only legacy content
17061 Discussions

data type of F200 IR stream?

Granger_L_
Beginner
192 Views

Does anyone know what data type the raw F200 IR data holds? I'm trying to display an IR stream using opencv, but I'm most types I've tried seemed to have failed, such as CV_8U, CV_8S, CV_16U and CV_16S. 

Thanks!

0 Kudos
1 Reply
Xusheng_L_Intel
Employee
192 Views

It is PIXEL_FORMAT_Y8. The 8-bit gray format. See fourcc.org for the description and memory layout.Thanks!

0 Kudos
Reply