This document contains "SmartDocs" capabilities. This will allow you to easily see only the content that is relevant to the Zebra device you are working with.
MX Features will be available on a device based on a combination of factors:
After identifying the version information for your device, simply select them in the SmartDocs bar. Any section that does not apply to your device will be greyed out. You can clear all settings by hitting the SmartDocs button. Clicking the back and next buttons on the SmartDocs bar will navigate to the sections that are relevant to your device.
The CameraMgr controls access to the device camera(s).
Many Zebra Android devices are equipped with mechanisms that may be used to take pictures, scan barcodes, and/or capture documents. Some Zebra Android devices may also be equipped with special-purpose mechanisms, such as lasers or imagers, which are optimized to scan barcodes. In some sensitive environments, it may be necessary to restrict the use of devices from taking pictures or capturing documents to avoid potential security risks.
The CameraMgr controls which of the mechanisms supported by a device can be used by the device user to take pictures or capture documents, and hence are considered to be cameras. CameraMgr can prevent the use of all cameras on the device or selectively control which cameras can be used.
Note: If a device is equipped with a mechanism that can be used to take pictures or capture documents, then that mechanism will be considered to be a camera, for the purposes of the CameraMgr. For example, if a device is equipped with a CCD-based imager that is primarily designed to scan barcodes but also supports the ability to take pictures or capture documents, then that imager will be considered to be a camera and hence will need to support enable and disable. But if no method was available to use that imager to take pictures or capture documents, then it would not be considered a camera, since it would not introduce the same camera-oriented security risks.
This parm will enable or disable use of all of the cameras that are on the device, which may affect cameras that are not explicitly listed. In other words, this will globally allow or disallow all camera support.
Note: Enabling or disabling all cameras will affect all mechanism that are considered cameras that are supported on a device. This will be the case even if that device has more cameras than can be individually controlled on that device using the CameraMgr. For example, if a device had a front facing camera, a rear facing, and a side-facing imager that can capture documents, all three would be considered cameras would be enabled or disabled together. This would be the cases even the side facing imager could not be enabled or disabled individually. Enabling or disabling all cameras may override prior enabling or disabling of individual cameras using the CameraMgr or may be overridden for individual cameras by subsequent use of the CameraMgr.
Parm Name: UseAllCameras
Option | Name | Description | Requires |
---|---|---|---|
0 | Control Individual Cameras | This value (or the absence of this parm from the XML) will cause no changes to whether any of the device's cameras can be used. |
OSX: 3.5+ MX: 4.3+ |
1 | Enable ALL Cameras | This value will cause use of all the device's cameras to be enabled, thus allowing the device user to use any of those cameras to take pictures, if an application exists on the device to do so. |
OSX: 3.5+ MX: 4.3+ |
2 | Disable ALL Cameras | This value will cause use of all the device's cameras to be disabled, thus preventing the device user from using any of those cameras to take pictures, even if an application exists on the device to do so. |
OSX: 3.5+ MX: 4.3+ |
This parm will enable or disable the use of the device's front facing camera, which means that the user will be allowed or disallowed from using this camera.
If the device does not have a front facing camera, then an error will be returned in the Result XML document.
Shown if: The "All Cameras" parm is set to "Control Individual Cameras"
Parm Name: UseFrontCamera
Option | Name | Description | Requires |
---|---|---|---|
0 | Do not change | This value (or the absence of this parm from the XML) will cause no changes to whether the device's front facing camera can be used. |
OSX: 3.5+ MX: 4.3+ |
1 | Enable | This value will cause use of the device's front facing camera to be enabled, thus allowing the device user to use that camera to take pictures, if an application exists on the device to do so. |
OSX: 3.5+ MX: 4.3+ |
2 | Disable | This value will cause use of the device's front facing camera to be disabled, thus preventing the device user from using that camera to take pictures, even if an application exists on the device to do so. |
OSX: 3.5+ MX: 4.3+ |
This parm will enable or disable the use of the device's rear facing camera, which means that the user will be allowed or disallowed from using this camera.
If the device does not have a rear facing camera, then an error will be returned in the Result XML document.
Shown if: The "All Cameras" parm is set to "Control Individual Cameras"
Parm Name: UseRearCamera
Option | Name | Description | Requires |
---|---|---|---|
0 | Do not change | This value (or the absence of this parm from the XML) will cause no changes to whether the device's rear facing camera can be used. |
OSX: 3.5+ MX: 4.3+ |
1 | Enable | This value will cause use of the device's rear facing camera to be enabled, thus allowing the device user to use that camera to take pictures, if an application exists on the device to do so. |
OSX: 3.5+ MX: 4.3+ |
2 | Disable | This value will cause use of the device's rear facing camera to be disabled, thus preventing the device user from using that camera to take pictures, even if an application exists on the device to do so. |
OSX: 3.5+ MX: 4.3+ |
<wap-provisioningdoc>
<characteristic type="CameraMgr" version="4.3" >
<parm name="UseFrontCamera" value="1"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="CameraMgr" version="4.3" >
<parm name="UseRearCamera" value="2"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="CameraMgr" version="4.3" >
<parm name="UseFrontCamera" value="2"/>
<parm name="UseRearCamera" value="1"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="CameraMgr" version="4.3" >
<parm name="UseAllCameras" value="1"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="CameraMgr" version="4.3" >
<parm name="UseAllCameras" value="2"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="CameraMgr" >
<parm-query name="UseAllCameras"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="CameraMgr" version="4.3" >
<parm name="UseAllCameras" value="1"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="CameraMgr" >
<parm-query name="UseFrontCamera"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="CameraMgr" version="4.3" >
<parm name="UseFrontCamera" value="1"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="CameraMgr" >
<parm-query name="UseRearCamera"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="CameraMgr" version="4.3" >
<parm name="UseRearCamera" value="1"/>
</characteristic>
</wap-provisioningdoc>