I checked the device,
if (device.isPropertySupported(DeviceProperty.OB_PROP_COLOR_ROTATE_INT, PermissionType.OB_PERMISSION_WRITE))
returns true.
But after i set the rotation device.setPropertyValueI(DeviceProperty.OB_PROP_COLOR_ROTATE_INT, 270);.
The color frame is still not rotated...
How can I do that properly?
If I have to do that manually, the app will be very slow.
And what about depth frame?
I checked the device,
returns true.
But after i set the rotation
device.setPropertyValueI(DeviceProperty.OB_PROP_COLOR_ROTATE_INT, 270);.The color frame is still not rotated...
How can I do that properly?
If I have to do that manually, the app will be very slow.
And what about depth frame?