Difference between revisions of "Talk:Circbuf"

From ElphelWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
 
I have a question regarding the 353 compressor initialization.  The imgsrvd program does not work after bootup because the driver has not initialized the FPGA, and not started the compressor running.  The only way I can get it to work is to run ccam (via http) first.  Is there a way to automatically (upon bootup) initialize both the FPGA and start the compressor running?   
 
I have a question regarding the 353 compressor initialization.  The imgsrvd program does not work after bootup because the driver has not initialized the FPGA, and not started the compressor running.  The only way I can get it to work is to run ccam (via http) first.  Is there a way to automatically (upon bootup) initialize both the FPGA and start the compressor running?   
  
Line 7: Line 6:
  
 
However, after I open "/dev/sensorpars" and call JPEG_CMD_START and nothing happens?  How do we start/stop the compressor now ?
 
However, after I open "/dev/sensorpars" and call JPEG_CMD_START and nothing happens?  How do we start/stop the compressor now ?
 +
 +
I am using 7.1.5 from sourceforge.
  
 
--[[User:Ekratzer|Ekratzer]] 14:57, 9 November 2007 (CST)
 
--[[User:Ekratzer|Ekratzer]] 14:57, 9 November 2007 (CST)

Revision as of 14:00, 9 November 2007

I have a question regarding the 353 compressor initialization. The imgsrvd program does not work after bootup because the driver has not initialized the FPGA, and not started the compressor running. The only way I can get it to work is to run ccam (via http) first. Is there a way to automatically (upon bootup) initialize both the FPGA and start the compressor running?

I have tried a few things:

I have found that just opening "/dev/ccam_img" causes the init_FPGA() to be called, so one problem solved.

However, after I open "/dev/sensorpars" and call JPEG_CMD_START and nothing happens? How do we start/stop the compressor now ?

I am using 7.1.5 from sourceforge.

--Ekratzer 14:57, 9 November 2007 (CST)