-
Notifications
You must be signed in to change notification settings - Fork 26
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
No image downloaded to tag if new image is available #21
Comments
Hey, this sounds like your Station takes too long to convert the image and when its ready the Display is already sleeping again as it has timed out. You could try to feed the Station .bmp files instead of .png if you dont do this already. Otherwise it is already on the todo list to actively prepare the images by monitoring the available images and pre converting them. |
no_update_log.zip Below is a more recent output with 10 checkpoints in bmp2grays.py. Is there any optimization possible in there? `2023-01-28 15:44:30,926 0000021bd0f23b11 > Got checkin request |
As mentioned: |
bmp2grays.py is very, very slow. For me, it takes about 24s on RPI for converting a 640 x 384 24 bit bmp. |
Hey, Thats is what i also could observe, the problem is that windows reads the bytes in another endian mode so everything(4byte blocks) is reversed, so instead of fixing the bmp2grays i ported it to python without looking out for any speed issues. |
Preconditions:
Using demo_firmware_2.9_33_V1.9.0.0.bin and epaper-station.
Problem:
When I upload new images to epaper-station faster than the rate the tag is checking in, I never get new images to download.
Instead epaper-station prepares a new image and notifies the tag with the new imgUpdateVer.
Sometimes the tag checks in after a few seconds and no new image-file is available, but still no download. Only after a full (in my case) 5 minute delay with no new image, then the tag updates and new image is shown.
So, even if I upload only one image I still have to wait the CHECKIN_DELAY until a image is downloaded
Is this known? Should it be fixed in the epaper-station or in the tag? How?
The text was updated successfully, but these errors were encountered: