orbbec / OrbbecSDK

Orbbec SDK C/C++ base core lib
https://www.orbbec3d.com/
Other
95 stars 16 forks source link

Femto Bolt, Camera Setting #111

Open Shahriarch opened 1 month ago

Shahriarch commented 1 month ago

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 1 month ago

There are two methods: The first one is to modify the .xml configuration file, image

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 19 hours ago

@Shahriarch Have your issues been resolved?