functional overview
Displays the movie recording screen.
Details of Functions
Displays the movie recording screen.
Press the playback button on the screen to start shooting.
- Operation Status by OS
-
OS run state (of a process) Android It works only with devices that have a camera function.
The video format after shooting will be mp4.iOS Available for use.
The video format after shooting will be mp4.
Windows Not available.
- attention (heed)
- There is a limit to the frame rate that can be used depending on the device.
If a frame rate that cannot be used is specified, it will be corrected to the frame rate closest to the specified value among the available frame rates.
- There is a limit to the video size that can be used depending on the device.
- If a size that cannot be used is specified, a size larger than the specified size will be used while preserving the aspect ratio as much as possible.
parameter
- argument (e.g. function, program, programme)
-
file-name character string data
Specify the file name or full path where you want to save the video you shot.
I will do so.
If you do not specify the full path, the video file will be saved to
It is located in a data storage location dedicated to the Unifinity Application Player,
This will be the folder allocated for the running application.If blank, "movie.mp4" is assumed to be specified.
The following is a summary of the results of the project.Split interval (sec) numeric data
Specifies the number of seconds between video files to be split.
If a value less than or equal to 0 is specified, no division is made.When a video file is split, a sequential number is added to the end of the video file name.
The order is ascending from "1".Recording size (width) numeric data
Specify the width of the video to be shot.Recording size (height) numeric data
Specifies the height and width of the video to be shot.Frame rate (fps) Specifies the frame rate. - 60
- 30
- 10
- 5
(audio) recording Specify whether or not to record audio.
- be just about to
- local
post-processing Specify the process, if any, you wish to execute after the image is taken. Video bit rate (kbps) numeric data
Specifies the video bit rate. If a value less than or equal to 0 is specified, the terminal default value for high quality recording is used.The bit rate cannot be specified in iOS, and the device default value is used.
Audio bit rate (kbps) numeric data
Specifies the audio bit rate. If a value less than or equal to 0 is specified, the terminal default value for high quality recording is used.The bit rate cannot be specified in iOS, and the device default value is used.
Camera used Select the first camera to be activated in Android/iOS.
- Rear Camera
- Front camera
- return value
- Returns the number of recorded files.