01-29-2025, 08:26 PM
Hello,
I have few issues with Cam2D on Mac OS:
1. Camera can see objects just fine with 'Color' view type (attachment #1). But when I change view type to 'Depth' (attachment #2) it crops the view field (see attachment #3). Code is here https://github.com/GRusar/robodk-camera-issue
2. I set all Camera settings in python script. But it won't be applied until I open the settings in the GUI and click OK there.
3. So if I set param in the python script
it won't be mapped to GUI at all. So I should manually check the control.
4. The settings won't be persisted if you close the camera with:
Any ideas?
Thanks in advance,
Yury.
I have few issues with Cam2D on Mac OS:
1. Camera can see objects just fine with 'Color' view type (attachment #1). But when I change view type to 'Depth' (attachment #2) it crops the view field (see attachment #3). Code is here https://github.com/GRusar/robodk-camera-issue
2. I set all Camera settings in python script. But it won't be applied until I open the settings in the GUI and click OK there.
3. So if I set param in the python script
Code:
RDK.Cam2D_SetParams("DOCKED", cam_item)
4. The settings won't be persisted if you close the camera with:
Code:
RDK.Cam2D_Close()
Any ideas?
Thanks in advance,
Yury.