Skip to content
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

Workaround for 3.x users #12

Closed
spartacus04 opened this issue Jul 22, 2023 · 11 comments
Closed

Workaround for 3.x users #12

spartacus04 opened this issue Jul 22, 2023 · 11 comments

Comments

@spartacus04
Copy link
Contributor

I have a remarkable 3.4 and I need to absolutely take screenshots from it.

Since this project looks kinda dead because it's not receiving updates anymore and to work it requires
lz4 installed on the remarkable (which requires Toltec -> requires a remarkable <= v2.15.1.1189), I just made a PR to reStream that doesn't need lz4 installed on the remarkable that allows users to screenshot the device.

You can find the PR here, it's not merged yet (probably because reStream is kinda dead too) but it allows 3.x users to take screenshots and record their screen without installing toltec

@cloudsftp
Copy link
Owner

Thanks for pointing that out.

I allowed users to use this script without lz4 on the tablet.
Can you point me to a resource, where the requirements for toltec are listed?
I couldn't find it myself and toltec works fine for me.
But I also had installed previous to the update.

@spartacus04
Copy link
Contributor Author

Hi, you can find the requirements for Toltec here, it doesn't support 3.x yet because of ddvk-hacks not supporting such versions

@cloudsftp
Copy link
Owner

Damn I missed that warning when I reinstalled toltec this morning.
Luckily it didn't brick my device.

Could you kindly confirm that my changes work for your device?
Then I will close this issue.

@spartacus04
Copy link
Contributor Author

Yea sure, i'll try them right now

@spartacus04
Copy link
Contributor Author

Yes, it works however there's a problem where the output image is really dark,

in reStream #92 someone fixed this by applying the curves=all='0/0 0.07/1 1/1' filter to ffmpeg, but applying it to the reSnap script isn't really working in this case. Unfortunately I can't help you with that since I don't really know how to use ffmpeg that well.

@cloudsftp
Copy link
Owner

Thank you.

When I apply the filter, the image is too bright for me.
You can put the string into the filters variable in line 16. Like this:

filters="curves=all='0/0 0.07/1 1/1'"

@spartacus04

This comment was marked as resolved.

@spartacus04
Copy link
Contributor Author

Ah ok, thanks for the help

@cloudsftp
Copy link
Owner

Playing with the parameter x changes the brightness.
Higher is brighter.

filters="curves=all='0/0 x/1 1/1'"

Without the filter its perfect for me.
Interesting that it is different for other people.

@cloudsftp
Copy link
Owner

Ok now, it's too dark for me too.
Working on a fix.

@cloudsftp
Copy link
Owner

@spartacus04 could you test the filters in the linked issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants