area515 / Photonic3D

Control software for resin 3D printers
http://photonic3d.com
GNU General Public License v3.0
133 stars 112 forks source link

Timelapse video #130

Closed kloknibor closed 8 years ago

kloknibor commented 8 years ago

Hi!

Maybe it would be nice to make an time lapse onstead of a real movie, this would use significant less space on the memory card and still produces reasonable quality timelapses :)! The timing would be a variable the user could set. What do you think?

WesGilster commented 8 years ago

With the correct parameters, I'm betting I already support this, but you need to modify your config.properties file a bit.

Try this: ["raspivid", "-td", "-cycle", "500,5000", "-ih", "-w", "{0}", "-h", "{1}", "-n", "-t", "0", "-o", "-"]

The above statement attempts to put the camera in time delay mode with this parameter: -td

While the following parameter says to cycle between 500ms record 5000ms pause: -cycle 500,5000

If this works for you, I can make those parameters definable in the GUI as you mentioned.

WesGilster commented 8 years ago

Everyone good to move this to done?

kloknibor commented 8 years ago

I didn't got time to test it, but as far as I can remember it could be improved... Gonna play with it tonight ;)! (Haven't used the camera's in a while)