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:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Queries a value of current camera.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ImageCapture | 8.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Selector | Which value to query. | "name" |
Returns OK or error.
Selector | Description |
tetheredCaptureEnabled | This 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. |
batteryLevelAvailable | Indicates if the device has reported battery charge level. |
batteryLevel | Indicates the battery charge level. Its value ranges from 0 to 100. |
contentCatalogPercentCompleted | Indicates the percentage of content cataloging completed on the device. Its value ranges from 0 to 100. |
timeOffset | Indicates 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. |
isAccessRestrictedAppleDevice | Set to 1 if the device is made by Apple and is pass-coded locked and connected to an untrusted host. |
mountPoint | Filesystem mount point for a device with transportType of ICTransportTypeMassStorage. This will be "" for all other devices. |
Created 4th June 2018, last changed 4th June 2018
Icon.SetIcon - ImageCapture.CloseDevice
Feedback: Report problem or ask question.