Camcorder¶
Non-Visible componentCategory | Requires | Version |
---|---|---|
Media | API 21, Android 5.0 Lollipop | 1 |
Overview¶
A component to record a video using the device's camcorder.After the video is recorded, the name of the file on the phone containing the clip is available as an argument to the AfterRecording event. The file name can be used, for example, to set the source property of a VideoPlayer component.
Permissions
Events¶
After Recording¶
Indicates that a video was recorded with the camera and provides the path tothe stored picture.
Params | |
---|---|
clip | Text |
Methods¶
Record Video¶
Records a video, then raises the AfterRecoding event.
Last update: November 9, 2022