Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

ImageCapture.CameraInfo

Queries a value of current camera.

Component Version macOS Windows Linux Server iOS SDK
ImageCapture 8.3 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "ImageCapture.CameraInfo"; Selector )   More

Parameters

Parameter Description Example
Selector Which value to query. "name"

Result

Returns value or error.

Description

Queries a value of current camera.

SelectorDescription
tetheredCaptureEnabledThis property is set to 1 when tethered capture is enabled on the device. Use ImageCapture.RequestEnableTethering and ImageCapture.RequestDisableTethering to enable or disable tethered capture on the device.
batteryLevelAvailableIndicates if the device has reported battery charge level.
batteryLevelIndicates the battery charge level. Its value ranges from 0 to 100.
contentCatalogPercentCompletedIndicates the percentage of content cataloging completed on the device. Its value ranges from 0 to 100.
timeOffsetIndicates the time offset, in seconds, between the camera's clock and the computer's clock. This value is positive if the camera's clock is ahead of the computer's clock. This property should be ignored if the camera's capabilities property does not contain ICCameraDeviceCanSyncClock.
isAccessRestrictedAppleDeviceSet to 1 if the device is made by Apple and is pass-coded locked and connected to an untrusted host.
mountPointFilesystem mount point for a device with transportType of ICTransportTypeMassStorage. This will be "" for all other devices.

See also

Release notes

Example Databases

Blog Entries

This function checks for a license.

Created 4th June 2018, last changed 9th November 2021


Icon.SetIcon - ImageCapture.CloseDevice

💬 Ask a question or report a problem