labpano / pilot-open-api

Open API for Pilot cameras
MIT License
11 stars 3 forks source link

Lowering framerate for video recording #8

Closed decreasenl closed 2 years ago

decreasenl commented 2 years ago

Is there a way to add framerate control using the PilotSDK? It seems to be tied to the memoMotionRatio and preview resolution.

We tried to add framerate controls, however we are noticing some significant time jumps.

Sometimes a frame is a lot shorter than the next, in general we are have a video captured for 2 minutes has only 1:45 minutes recorded on drive. Start & end time seem to be correct, we have recorded a digital clock to confirm.

We did this by controlling the memoMotionRatio since it adjusts the framerate during recording out of the box.

Thanks in advance