Prop Video Player ! (sadly only 10 fps)
Rayman
Posts: 14,827
Had a few minutes together to bring you this TV video player for the Prop...
You need to have an SD card installed in your setup.
Unfortunately, the "out of the box" SD routines only give ~10 fps.
Anybody want to help get this going faster?
Here's the source code and test video.· (this test video is perhaps not the best, it's just what I had handy...).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm
You need to have an SD card installed in your setup.
Unfortunately, the "out of the box" SD routines only give ~10 fps.
Anybody want to help get this going faster?
Here's the source code and test video.· (this test video is perhaps not the best, it's just what I had handy...).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm
Comments
This is great! 10fps is still PRETTY GOOD a little 'ol micro.
I'd suggest the following:
- freshly format an SD card
- copy the movie onto it
- only use the fsrw routines to get the address of the first block
- use SPI routines to read a few K at a time
- double buffer it if you have the memory, ie read the next frame while you are displaying the last read frame
It might get you to 30fps!
Bill
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Largos - a nano operating system for the Propeller
www.mikronauts.com - a new blog about microcontrollers
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm
When my RAM subproject is done I'll surely have a look at SD cards - but dunno how long that'll be.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBladeProp, SixBladeProp, website (Multiple propeller pcbs)
· Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators: Micros eg Altair, and Terminals eg VT100 (Index)
· Search the Propeller forums (via Google)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
propmod_us are now in stock. propmod_1x1 arrive on 26th. Only $30
Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
BTW: I find it interesting that 22050 is divisible by 7. I usually don't get that lucky with primes...
PS:· NTCS VHS is 60 hz interlaced, they really didn't have a choice.· It's the horizontal resolution that's crappy with VHS...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Info&Apps: ·http://www.rayslogic.com/propeller/propeller.htm