Open diplomatist opened 4 days ago
I found a C++interface with the following link, which should be open for use, right? rs.cpp_line3176
Hi @diplomatist Yes, the RealSense SDK (librealsense) is open-source and you are free to use and modify its code.
thanks,I will test rs2_reset_to_factory_calibration().
Issue Description
Hello, I would like to perform a "Golden reset" on my camera. Apart from resetting it through the calibrateData of realsense viewer/depth quality, are there any C++APIs or sample programs available for resetting?
At present, I can only control the camera through SSH and cannot directly run the realsense viewer/depth quality program as conveniently as on Windows.