Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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.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. |
See also
Release notes
- Version 8.3
- Added ImageCapture functions to take pictures and download images from camera: ImageCapture.CameraInfo, ImageCapture.Download, ImageCapture.Thumbnail, ImageCapture.Contents, ImageCapture.MediaFiles, ImageCapture.MediaFilenames, ImageCapture.RequestDeleteFiles, ImageCapture.RequestSyncClock, ImageCapture.RequestDisableTethering, ImageCapture.RequestEnableTethering and ImageCapture.RequestTakePicture.
Example Databases
Blog Entries
This function checks for a license.
Created 4th June 2018, last changed 9th November 2021