F200 Infrared Stream
In the SDK 2016 document, IR stream is supported by F200. But using camera explorer, I cannot take IR video stream. Do you provide anorther way to get IR stream?
-
I don't know of any sample programs in the 2016 SDK for accessing the IR stream with an F200, but the SDK's programming language does allow it An IR stream command would look like this:
EnableStream(PXCCapture::STREAM_TYPE_IR,0,0);
There is a tutorial (not provided by Intel) in the link below.
https://xfunc.tumblr.com/post/115422248955/intel-realsense-tutorial-00
Also check out the SDK's SenseManager documentation:
Years ago I created a zip file of the SDK's official programming guides that can be downloaded and extracted:
I recommend googling the line of programming code above to find further tutorial resources. The 2016 SDK no longer has technical support provided by Intel.
Please sign in to leave a comment.
Comments
1 comment