Was making sample screen (to work without device) and run-length encoding. according to my simple implementation, run-length gives us 6.4M file of frames (original is 8.7Mb), which is nice! but… we need to squeeze audio as well, + such compression is pretty tough for chip (at least in naive encoding).
Sample screen is fun because there is no fps limit XD
Log in to leave a comment
First real frame :DDDD It took quite a while because i had to understand how to use opencv-python and where were some bugs :p Rn solution is naive and single frame takes 25.6Kb of memory while board has 8Mb it becomes obvious that compession is must have. Also I want to squize in sound but no idea rn how to do so :ppp
First display :D This is remake of example program and most of the problem was to compile it :p
Log in to leave a comment