Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
ImagePicker.AvailableCaptureModesForCameraDevice
Queries list of available modes.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ImagePicker | 7.3 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "ImagePicker.AvailableCaptureModesForCameraDevice"; CameraDevice ) More
Parameters
Parameter | Description | Example |
---|---|---|
CameraDevice | The new setting. Can be front or rear. |
"front" |
Result
Returns list or error.
Description
Queries list of available modes.List contains Photo if photo is available and video if video is available.
This function is free to use.
Created 17th June 2017, last changed 18th June 2017
ImageCapture.cancelScan - ImagePicker.AvailableMediaTypesForSourceType
