-
Notifications
You must be signed in to change notification settings - Fork 58
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
bug: wrong 25 fps on newly fully flashed jooan camera #283
Comments
Open web console, check initial request and response to populate the form. Does it receive 25 fps from the streamer? |
yes it receives 25fps from the websocket upon opening the config page. tested on freshly flashed camera:
cat /etc/prudynt.cfg |
(after modifying fps from web ui)
for reference:
|
i think 25 is default fps in prudynt. @gtxaspec can we add initialized fps in exported sensor driver values? so that prudynt could get the real values from /proc/jz/sensor/fps ? |
still occurring on BUILD_ID="master+7328f82, 2024-10-31 06:19:03 +0000" this causes recorder and streamer to create wrong stream advertising 25fps, which are skipping upon playback this is a problem now also for all 30fps cams such as Wyze V3 default, ref #245 |
repro:
download full firmware for jooan a6m camera, flash full
go to web ui streamer:
seen: 25fps for stream0 and stream1
expected: 15fps for stream0 and stream1
camera doesn't support 25fps.
this creates streaming and recording problems because player doesn't get the correct frame rate.
The text was updated successfully, but these errors were encountered: