-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Improve speed #10
Comments
To add to this: an alternative would be to at least be able to select what backend system to use, so platforms that do work with sockets can use those, while other platforms use the current (slower) method. |
I have an instax square link printer. I reverted to a982f16 in order to use the socket backend as I couldn't make the latest BLE-only version work via my linux device (that's a separate issue). Wireshark logs between my android device and the printer show that the data is actually being sent in chunks of |
The current backend already takes chunksize into account based on the printer model, see types.py. |
Yep. The current default for the square link is |
Sorry I completely misread your message! I thought you suggested using 1808. Your new size could mean a huge improvement. I don’t have a square myself but maybe someone else could try. |
@bezmi I have square link as well. I tried firmware 0100 and 0101 and neither worked with chunksize of 9880 nor 9891 |
@dtristany I set up a photobooth for my wedding with over 200 images taken using the larger chunksize and it worked just fine with the larger chunksize in late March. I will test again on my printer when I have time, it gives me an excuse to tidy up the photobooth app and release it publicly as well. |
@bezmi That's a really cool idea. EDIT: |
Multiple users have responded saying printing through this script is (much) slower than through the official app.
I know the Android app uses bluetooth sockets, which in my tests seem way faster, but can't be used cross-platform.
Would be great to find a way to speed things up.
The text was updated successfully, but these errors were encountered: