- Posts: 18
- Thank you received: 15
Video Stream
7 months 1 week ago #29
by David
Video Stream was created by David
Please Log in or Create an account to join the conversation.
7 months 1 week ago #30
by Franck
Replied by Franck on topic Video Stream
Awesome ! I wonder if a RLE compressed sequence (decompressed using the line() function) would be faster.
Please Log in or Create an account to join the conversation.
7 months 1 week ago - 7 months 1 week ago #31
by David
Replied by David on topic Video Stream
I don’t think drawing an image line by line with line() would be faster than loading a fully decompressed one. In my tests, even copying 16-pixel lines with memset already takes quite a bit of time to fill a big area.
It might work with images made specially for RLE compression (no patterns, big flat colour areas, etc.).
But finally,when I did this test, I saw that you can get a perfectly smooth quarter-screen video.
It might work with images made specially for RLE compression (no patterns, big flat colour areas, etc.).
But finally,when I did this test, I saw that you can get a perfectly smooth quarter-screen video.
Last edit: 7 months 1 week ago by David.
The following user(s) said Thank You: cponsard
Please Log in or Create an account to join the conversation.
3 hours 14 minutes ago #104
by cponsard
Replied by cponsard on topic Video Stream
Hi great demo
I could test fine after a recompile
(maybe due to firmware change ?)
btw what is the role of that variable ?
cheers
christophe
I could test fine after a recompile
(maybe due to firmware change ?)
btw what is the role of that variable ?
cheers
christophe
Please Log in or Create an account to join the conversation.
Time to create page: 0.170 seconds