Difference between revisions of "Talk:Circbuf"

From ElphelWiki
Jump to: navigation, search
Line 10: Line 10:
  
 
--[[User:Ekratzer|Ekratzer]] 14:57, 9 November 2007 (CST)
 
--[[User:Ekratzer|Ekratzer]] 14:57, 9 November 2007 (CST)
 +
 +
You can just put :
 +
wget http://127.0.0.1/admin-bin/ccam.cgi?parameter1=value1&parameter2=value2&...
 +
into some init.d script.
 +
 +
We are now designing a some PHP API and [[User:Luxigo|Luxigo]] work on a C/C++ library / API. (now it's only acquisition no programming CMOS)
 +
 +
Or just look in the ccam.cgi source code. (I never did)
 +
 +
--[[User:Polto|Polto]] 23:35, 9 November 2007 (GMT)

Revision as of 15:42, 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)

You can just put : wget http://127.0.0.1/admin-bin/ccam.cgi?parameter1=value1&parameter2=value2&... into some init.d script.

We are now designing a some PHP API and Luxigo work on a C/C++ library / API. (now it's only acquisition no programming CMOS)

Or just look in the ccam.cgi source code. (I never did)

--Polto 23:35, 9 November 2007 (GMT)