gtxaspec / wz_mini_hacks

wz camera mods... make your camera better.
1.23k stars 103 forks source link

ENABLE_MP4_WRITE #729

Open unoukujou opened 4 months ago

unoukujou commented 4 months ago

Can somebody explain more about ENABLE_MP4_WRITE?

What is it doing? Is this for the continuous recording? If i enable, then Where do I choose the location to save?

gtxaspec commented 4 months ago

Did you check the wiki? https://github.com/gtxaspec/wz_mini_hacks/wiki/Configuration-File#mp4_write

unoukujou commented 4 months ago

Did you check the wiki? https://github.com/gtxaspec/wz_mini_hacks/wiki/Configuration-File#mp4_write

Yes. But just didn't understand, is this setting meaningless when using the internal SD card for storage? If I set it to true, where do I set the location path to save to?

endertable commented 4 months ago

@unoukujou This setting only has to do with writing to your SD card. Normally, on newer cameras, the binary writes the 1 minute mp4 video file to /tmp, then moves it to the SD card. This setting allows you to override that process and have it write the mp4 on the SD card directly, like some of the older cams did, e.g. the V2. Anything on the /tmp directory uses precious RAM and the video files can take up 10MB+

unoukujou commented 4 months ago

Good to know! Thanks!