jymbob / chuangmi-720-hack

Collection of modifications for the Xiaomi Chuangmi 720 WiFi Camera
25 stars 8 forks source link

Possible Change fps ? #6

Open fennec622 opened 5 years ago

fennec622 commented 5 years ago

Hi

first thanks a lot for your job

Is it possible to decrease FPS ?

Thanks

fliphess commented 5 years ago

It's currently only possible by recompiling the rtspd daemon with different fps settings.

The rspd binary created in the ghoost repository uses the rtspd.c code from the toolchain, which uses a framerate determined by the gmlib library.

To set another the framerate, have a look at the changes willthrom made in the rtspd code, which now actually does facilitate custom framerate settings.

The chuangmi is a bit picky about it's framerate settings, as some have a big drawback on the overall performance of the camera. If the camera get's glitchy, starts rebooting randomly and feels slower than average after changing the fps settings, you might have chosen an unlucky number.

fennec622 commented 5 years ago

ok thanks a lot

fliphess commented 5 years ago

I've added a newer version of the rtspd that allows changing several settings like FPS, bitrate and size. Have a look at the latest release of my fork here

fennec622 commented 5 years ago

Thanks a lot !!