-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recordings daytime/nighttime FPS difference #749
Comments
Hey @JA16122000, I added a couple of commands to adjust the FPS. Could you see if any of these help when the night FPS drops? docker-wyze-bridge/app/wyzebridge/wyze_control.py Lines 50 to 53 in 0273264
|
I will try @mrlt8! Will this commands, work automatic? |
You'd have to manually send the commands for now. If it works, then we could potentially try to automate the commands if the fps starts to drift. |
How do i do that in portainer? I did: set_fps_20 |
Wel, i've tried: Also tried The command is working, but the file output did not make any difference at all :( |
FPS are now terrible 🤣 When I remove FORCE_ENCODE=true, the FPS in the stream are much better and smoother |
FORCE_ENCODE requires more processing power, so make sure your host can handle the re-encode or utilize a hardware encoder. Not sure if it would make a difference, but have you tried recording the output from the rtsp stream instead? https://github.com/aler9/mediamtx#save-streams-to-disk |
i would love to try that, but i realy don't know how. |
something like: - MTX_PATHS_CAMNAME_RUNONREADY=ffmpeg -i rtsp://0.0.0.0:8554/camname -c copy -f segment -strftime 1 -segment_time 60 -segment_format mpegts /record/camname_%Y-%m-%d_%H-%M-%S.ts |
You need to specify the CAMNAME in MTX_PATHS_CAMNAME_RUNONREADY with the actual name: |
Now the recordings don't mis any frames! |
Hi!
Just upgraded my V3 to the V3 PRO, but now i've got problems with both of my cams.
Night-time
Recordings will play in night-time faster (2 seconds, will play fastforward in 1 second)
When i restart the container, it is working fine, till the morning starts.
Day-time
Recordings will play slower in day-time (1 second will play slower in 2 seconds)
When i restart the container, it is working fine, till the night starts ....
And so on, and on and on
FPS_FIX=true don't make any difference.
What do i miss?
Allready tried:
FPS_FIX=True
In the wyze-app turn off "night vision mode" so it will not change
Any suggestions what i am missing?
It is only one off the two camera's thats having this problem.
When i recreate the container, it is working fine, till the evening or morning starts.
The text was updated successfully, but these errors were encountered: