Privilege
|
![]() ![]() ![]() |
0 - No Access (read-only)
|
Process has no access to the camera. Another process has exclusive control over the camera.
|
1 - Monitor Access
|
Process has secondary access to the camera. It can read the camera settings and receive the video stream (when the primary application is using Multicast), but cannot modify the camera settings. A process can be allowed monitor access if there is no other active process with exclusive access to the same camera.
|
2 - Control Access
|
Process has primary control over the camera. Other processes can read from the camera, but cannot modify its settings..A process can be allowed control access if there is no other active process with exclusive or control access to the same camera.
|
3 - Exclusive Access
|
Process has exclusive control over the camera. No other process can access the camera. A process can be allowed exclusive access only if there is no other active process with exclusive or control access to the same camera.
|
4 - Control with Switchover Access
|
Process has primary control over the camera. Other processes can read from the camera, but cannot modify its settings..A process can be allowed control access if there is no other active process with exclusive or control access to the same camera, or if the process obtains the right credentials by submitting a correct Control Switchover Key to the camera via the SetControlKey method.
|
|
|
Value [in]
|
Pointer to the ordinal number of the currently selected camera control privilege.
|
Value [in]
|
The privilege level to be set.
|
S_OK
|
Success
|
E_FAIL
|
Failure.
|
|