YITechnology / YIOpenAPI

YI Open API provides mobile SDKs and reference designs for software developers and hardware makers to build cool apps and products with YI 4K Action Cameras
Other
346 stars 77 forks source link

Add method to set the recording filename? #19

Open phishboh opened 7 years ago

phishboh commented 7 years ago

How about adding a method to make it possible to set the filename of the recording, e.g., ActionCamera.startRecording(filename, ...)? For example when recording using multiple cameras it would be nice to have filenames like: sequence1_cam0, sequence1_cam1, sequence1_cam2, et.c. There appears to be a maximum filesize of 4 GB and then the recording is split. If supplying a filename for the recording, also the splits must be handled e.g., by adding the split number.

deepzf commented 7 years ago

that‘s great!