Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Save images in C++, without OpenCV

Hello. I know some might find this weird. I have a SoftKinetic DS311 camera, and we managed to get a LabVIEW interface somewhat working. It works by having modified a sample code to writing .txt files containing the depth info, LabVIEW then scans these files as strings.

The sample code is written in C++, and I would like to also access the color image. Usually I would use LabVIEW to access the camera, but I can't when the sample code is running (the USB is probably busy). So I would like to modify the C++ code to save an image while simoultaneously writing depth info. I would prefer to do so without having to install OpenCV, since this seems quite extensive for my needs. Cheers

Save images in C++, without OpenCV

Hello. I know some might find this weird. I have a SoftKinetic DS311 camera, and we managed to get a LabVIEW interface somewhat working. It works by having modified a sample code to writing .txt files containing the depth info, LabVIEW then scans these files as strings.

The sample code is written in C++, and I would like to also access the color image. Usually I would use LabVIEW to access the camera, but I can't when the sample code is running (the USB is probably busy). So I would like to modify the C++ code to save an image while simoultaneously writing depth info. I would prefer to do so without having to install OpenCV, since this seems quite extensive for my needs. Cheers