Femto Bolt, Camera Setting
Closed this issue · 2 comments
Shahriarch commented
I am using the example of PointCloud and made a build to capture ply 3D scans, how can I change the camera settings, resolution, field of view, depth resolution in the code?
zhonghong322 commented
There are two methods:
The first one is to modify the .xml configuration file,
and the other one is to set the resolution through code.
https://orbbec.github.io/OrbbecSDK/doc/tutorial/English/OrbbecSDK_C++_API_user_guide-v1.0.pdf
zhonghong322 commented
@Shahriarch Have your issues been resolved?