-
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
Streamed video is too dark, recordings are corrupted #91
Comments
I have the same issue. Tried on WIFI and USB. |
Heard it's a rm2fb issue, we just need to wait till rm2fb support the version. |
Can confirm that I am experiencing the same issue (dark screen). Reading the code in reStream.sh, it seems to be because it defaults to grayscale since it cannot find /dev/shm/swtfb.01 on the reMarkable device. Is this some shared-memory frame buffer that is no longer available on the latest firmware? Not sure why the grayscale is so dark, but fortunately there is a workaround --- one can add a gamma filter to ffmpeg. To do this, simply modify line 15 of reStream.sh to read
This cranks up the gamma to the max allowed value in ffmpeg. The result is not perfect but still very usable for many things. |
That would be provided by rm2fb. See the last couple comments before yours. |
Is it? I never installed rm2fb and I cannot find any references to rm2fb in either the host or device code for reStream... Maybe I have always used grayscale without knowing and something somewhere somehow broke that? |
|
Interesting... Apologies, I am new to this stuff. Thanks for the info! So, just to be clear, does reStream somehow install rm2fb by itself? If not, then I guess I have always ran in grayscale mode and the darkness bug is not related to rm2fb... |
It does not, if it did, there would probably be several issues open with people saying it bricked their device due to trying to run it before rm2fb works for their OS version. Yes, you would have always been running in greyscale mode. |
This makes sense, thank you! I guess the question then is why the grayscale version is now broken since it was fine before the last OS update. |
My guess is that the framebuffer pixel format may have changed again. |
This is really useful, thanks. If you end up finding a more effective set of video filters, please follow up :) |
Hi. I've found a (near) perfect workaround using: Hope this helps. |
Should be there in the default settings I guess.
|
This should be fixed in the latest release by #100. Let me know if you encounter any additional issues. |
I'm having issues with reStream v1.2.0. The streamed video (
restream -s remarkable -p
) appears really dark:When I use
restream -s remarkable -p -o test.mp4
, I get a broken MP4 file which looks like this:Remarkable firmware version: 3.3.2.1655
Ffmpeg version: 5.1.2
The text was updated successfully, but these errors were encountered: