Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
AVRecorder.SetVideoDevice
Sets the video device to use.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVRecorder | 6.1 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
MBS( "AVRecorder.SetVideoDevice"; AVSession; Device { ; DesiredWidth; DesiredHeight } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
AVSession | The ID for the AVRecorder session as returned by AVRecorder.Init. | $AVSession | |
Device | The device name, ID or index. | 0 | |
DesiredWidth | The pixel width you like to have. Only used on Windows to pick a specific resolution if available. Otherwise we usually pick highest available resolution. |
1920 | Optional |
DesiredHeight | The pixel height you like to have. Only used on Windows to pick a specific resolution if available. Otherwise we usually pick highest available resolution. |
1080 | Optional |
Result
Returns OK or error.
Description
Sets the video device to use.Examples
Sets to use first video device:
Set Variable [$r; Value:MBS("AVRecorder.SetVideoDevice"; AVRecorder::Session; 0)]
Use video device with name "FaceTime HD Camera":
Set Variable [$r; Value:MBS("AVRecorder.SetVideoDevice"; AVRecorder::Session; "FaceTime HD Camera")]
See also
- AVRecorder.CaptureStillPhoto
- AVRecorder.GetAudioDevice
- AVRecorder.GetVideoDevice
- AVRecorder.Init
- AVRecorder.SetAudioDevice
- AVRecorder.SetVideoMirrored
- AVRecorder.VideoDeviceInfo
Release notes
- Version 12.0
- Added new parameters for AVRecorder.SetVideoDevice function to pick desired width and height of resolution.
- Version 11.3
- Improved AVRecorder.AudioDeviceInfo, AVRecorder.SetAudioDevice, AVRecorder.SetVideoDevice and AVRecorder.VideoDeviceInfo to query device list automatically.
Example Databases
Blog Entries
- Neues MBS FileMaker Plugin 12.0
- MBS FileMaker Plugin 12.0 - More than 6700 Functions In One Plugin
- MBS FileMaker Plugin, version 11.6pr2
- MBS FileMaker Plugin, version 11.3pr6
- AVRecorder on iOS
This function checks for a license.
Created 9th February 2016, last changed 2nd December 2021