Post #2103678
2026-05-02 14:53 UTC
I’ve added jpeg view on the #reticulum t-deck #micropython chat app. Looks so cool 😁 I have to make a video about this. Basically when t-deck sends “image” keyword to the camera node, the former gets back a camera capture and can show it on the screen. I do some centering and resizing to fit it on 320x240 on the deck’s screen. Again, for the sake of speedy jpeg decoding, I compiled a C module with micropython bindings.
Replies (2)
-
@fast_code_r_us@floss.social 2026-05-02 15:01
@circfruit@fosstodon.org Are you using JPEGDEC with the S3 SIMD enabled?
-
@fredy_pferdi@social.linux.pizza 2026-05-02 15:06
@circfruit@fosstodon.org Now it just needs motion detect and there we go, a reticulum trail cam. Amazing <3