Camcorder

Last Updated On 2021-07-16

Version 1MinSDK 7Tutorial Video

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.



Methods

You can set the below method blocks in the blocks section of the builder.

RecordVideo

Records a video, then raises the


Events

You can set the below event blocks in the blocks section of the builder.

AfterRecording

Indicates that a video was recorded with the camera and provides the path to the stored video.