RawImage: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| 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 23: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)