Difference between revisions of "RawImage"
From ElphelWiki
Line 1: | Line 1: | ||
− | The raw sensor data can be obtained on the | + | The raw sensor data can be obtained on the NC353L camera by reading from the /dev/ccam_img file. |
− | + | Here you can find a PHP script example on how to acquire a RAW image from Elphel camera.: http://elphel.cvs.sourceforge.net/elphel/elphel353-7.1/packages/web/353/php_top/raw.php?view=markup | |
− | |||
− | |||
− | + | '''Attention: If the image acquisition is not stopped, you may get part of the image from one frame, and the other part - from the next one. In default configuration data from the sensor is continuously acquired to the memory attached to the FPGA'''--[[User:Andrey.filippov|Andrey.filippov]] 01:26, 13 June 2008 (CDT) | |
− | |||
− | ''If the image acquisition is not stopped, you may get part of the image from one frame, and the other part - from the next one. In default configuration data from the sensor is continuously acquired to the memory attached to the FPGA''--[[User:Andrey.filippov|Andrey.filippov]] 01:26, 13 June 2008 (CDT) |
Revision as of 15:50, 26 April 2009
The raw sensor data can be obtained on the NC353L camera by reading from the /dev/ccam_img file.
Here you can find a PHP script example on how to acquire a RAW image from Elphel camera.: http://elphel.cvs.sourceforge.net/elphel/elphel353-7.1/packages/web/353/php_top/raw.php?view=markup
Attention: If the image acquisition is not stopped, you may get part of the image from one frame, and the other part - from the next one. In default configuration data from the sensor is continuously acquired to the memory attached to the FPGA--Andrey.filippov 01:26, 13 June 2008 (CDT)