I'm totally new to Kobo development, but I've got some things I'd really like to work and I'm wondering if people can point me in the right direction, or at least tell if it's possible. (I'm not new to programming).
Basically, I'd like to use my Kobo Elipsa as a "virtual whiteboard", so I can write on it and then view its screen on my computer, to be screen-shared on Zoom etc.
It looks like it's possible to take screenshots:
https://teleread.org/2018/06/30/revi...-e-ink-reader/
So I'm wondering if it's possible to write a script that, when activated (maybe by NickelMenu?) takes a screenshot every few seconds and send it somewhere (maybe sends it via HTTP to a server I set up, maybe syncs a file over ftp, maybe syncs with Dropbox, something like that).
Is this possible? I've seen NickelDbus and NickelHook. I'm still wading through their API docs, so I'm not sure if they will be any help.
Ideally I'd prefer not to do anything dangerous, I don't want to brick my Elipsa
Thanks!