You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For CAMU_SetStereoCameraCalibrationData:
* You need to use cam:s (I think cam:c also works?) for privileged access. All 3 cam services share the same handler but have state checks on what service needs to be used to access certain commands.
* If you want an example of its usage, it's used by the System Settings app to perform camera calibration.
* Camera calibration data is saved by cam to the first 0x40 of config block 0x00060000 if you want to look at that data.
A handle to cam:s should be used to access higher privilege functionality in the cam service, such as stereo camera and image quality calibration.
The text was updated successfully, but these errors were encountered:
As stated in this comment:
A handle to
cam:s
should be used to access higher privilege functionality in thecam
service, such as stereo camera and image quality calibration.The text was updated successfully, but these errors were encountered: