hello i want to know about the OS...& how u put that on it..i mean we write codes in AVR studios and burn it to micro controller ..have u done it that way ca n get to know circuit u have made???
@qettyz yeah i figured it might be a RAW file. Though the AVR does have enough get up and go for MPEG1 and probably H.263 at a push, its a great demo what ever way you look at it.
what screen are you using? are you writing SPI or parallel 8080? I have tried parallel 16bits to ILITEK screen and the write is so slow. it seems to me the UC3A1xxx is very slow toggling the GPIOs. I am curious to see how you got it to stream such fast to show 25fps???
How many "memory page" is in your sceen? (I have tried parallel 16bits to ILITEK ILI9325, there are only one memory page (172KB), I can't write in background (hidden) a secondary picture.
Yes the SPI is fast enough. I need 700k cycles for one refresh. The Display has only one memory page(46kbyte) and the UC3A has 64kbyte internal SRAM. I do not use external RAM.
Wow.. And what's that screen? :D
lolypopboy777 2 months ago
i would also like to know what encoding u are using...
leemes08 5 months ago
@leemes08 It is a self developed Codec. You can send me your Mail adress and i will send you all infomations and the converter.
pZippi 5 months ago
@pZippi no thx, just wanted to know "what's possible"... respect for developing an own codec :)
leemes08 5 months ago
@pZippi hi, could you send email it to me about video codec and application.
ahmetttism 3 weeks ago
wow
satyricon1787 8 months ago
hello i want to know about the OS...& how u put that on it..i mean we write codes in AVR studios and burn it to micro controller ..have u done it that way ca n get to know circuit u have made???
32shirish47 11 months ago
What is the board you are using? Is it custom?
tanioklyce 1 year ago
Blender is the best!!
smartflyerbrushless 1 year ago
Raise up, if you want "bunny" back!
rudz0n 1 year ago
What format is the video file you're displaying, MPEG1/2 H.264 or something else?
Very nice work BTW.
element2310 1 year ago
@element2310 I think that this is raw video file (= big file), what is just streamed thru SPI to display.
qettyz 1 year ago
@qettyz yeah i figured it might be a RAW file. Though the AVR does have enough get up and go for MPEG1 and probably H.263 at a push, its a great demo what ever way you look at it.
element2310 1 year ago
how much for one?
monstercameron 1 year ago
Would it be possible to implement codecs like Dirac or VP8?
schalotten 1 year ago
way too cool bro! is it running on some sort of RTOS or natively written in C?
m23402027 1 year ago
Could you please tell me about CPU speeds or some additional hardware you used or is it all just avr?
chimerahitman 1 year ago
@chimerahitman
I use only the AVR32 at 66Mhz + Audio DAC (tlv320dac32), for the Video player. But it also works with the internal DAC.
pZippi 1 year ago
nice...!
dedyaaa 1 year ago
Is it running Linux? I thought the linux kernel doesn't support the UC3 family. At least, that what Atmel claims.
linuxrobotdude 2 years ago
Linux is not running. It is only written in C.
pZippi 2 years ago
WOW!!!
AdirHaker 2 years ago
what screen are you using? are you writing SPI or parallel 8080? I have tried parallel 16bits to ILITEK screen and the write is so slow. it seems to me the UC3A1xxx is very slow toggling the GPIOs. I am curious to see how you got it to stream such fast to show 25fps???
luvocean1 2 years ago
@luvocean1 It is a siemens S65 Display with spi interface.
pZippi 1 year ago
@pZippi
The SPI is fast enough?
How many "memory page" is in your sceen? (I have tried parallel 16bits to ILITEK ILI9325, there are only one memory page (172KB), I can't write in background (hidden) a secondary picture.
Or do you use an external SDRAM?
jcomega03 1 year ago
@jcomega03
Yes the SPI is fast enough. I need 700k cycles for one refresh. The Display has only one memory page(46kbyte) and the UC3A has 64kbyte internal SRAM. I do not use external RAM.
pZippi 1 year ago
nice!
do you implement some codec or just raw images?
odv000 2 years ago
This is a self developed codec with a compression of ca. 90%. But it is not ready yet.
pZippi 2 years ago
what means 90% ?
for example XVID has aprox 100:1 i.e. 100 megabit becomes 1.
odv000 2 years ago
I have 100:10 i.e. 100 megabit becomes 10. But i will try to get 100:(2-4).
pZippi 2 years ago