- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is PIXEL_FORMAT_Y8. The 8-bit gray format. See fourcc.org for the description and memory layout.Thanks!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page