Difference between revisions of "SoC"

From ElphelWiki
Jump to: navigation, search
m
 
 
(51 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Design Ideas ==
+
[[Design_Ideas|Design Ideas]]
=== FPGA Theora compressor ===
 
In 2005 Elphel implemented a subset of Theora video encoder encoder in Xilinx® FPGA that is part of Elphel model 333 camera capable of compressing 1280x1024@30fps ([http://www.xilinx.com/publications/xcellonline/xcell_53/xc_pdf/xc_video53.pdf], [http://www.linuxdevices.com/articles/AT3888835064.html]), but the CPU in the camera was not fast enough for the job even when the hard part was made by the hardware. In model 333 camera software was responsible for generating frame headers and Ogg encapsulation of the Theora bitstream provided by FPGA.
 
Knowing that [http://developer.axix.com Axis Communications AB] were going to release a new faster processor we decided to wait for it before proceeding with Theora in the camera and used plain old Motion JPEG for a while.
 
 
 
Now we have the the new camera [[Roadmap#Update_on_353.2F363_cameras|353]] tested and released to production - the camera that has a brand new [http://en.wikipedia.org/wiki/ETRAX_CRIS#ETRAX_FS|ETRAX FS], more memory and larger FPGA and is already tested in JPEG mode. So now it is a perfect time to resurrect Theora code in the camera and move forward.
 
 
 
In the current
 

Latest revision as of 21:58, 2 May 2007

Design Ideas