- Posts: 19
- Thank you received: 18
Video Stream
7 months 4 weeks ago #29
by David
Video Stream was created by David
Please Log in or Create an account to join the conversation.
7 months 4 weeks 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 4 weeks ago - 7 months 4 weeks 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 4 weeks ago by David.
The following user(s) said Thank You: cponsard
Please Log in or Create an account to join the conversation.
2 weeks 6 days 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.
1 week 4 days ago #106
by David
Replied by David on topic Video Stream
Hi Christophe,
Wich variable ?
Wich variable ?
Please Log in or Create an account to join the conversation.
Time to create page: 0.155 seconds