Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

01/03/17 [linux-elphel][master] by Mikhail Karpenko: Update locking for queue pointers

Elphel GIT logs - Tue, 01/03/2017 - 16:52
Mikhail Karpenko committed changes to the Elphel git project :
Update locking for queue pointers

01/03/17 [linux-elphel][] by Mikhail Karpenko: Update locking for queue pointers

Elphel GIT logs - Tue, 01/03/2017 - 16:52
Mikhail Karpenko committed changes to the Elphel git project :
Update locking for queue pointers

Tmp manual

Wiki Recent Changes - Tue, 01/03/2017 - 16:40

← Older revision Revision as of 23:40, 3 January 2017 (2 intermediate revisions not shown)Line 89: Line 89: * The page contains links to camvc user interface for each individual camera port. * The page contains links to camvc user interface for each individual camera port. * camvc was ported from the 10353 camera series: * camvc was ported from the 10353 camera series: -** change parameters like image format, resolution, auto exposure, auto white balance and more.+** change parameters like image format, resolution, auto exposure, auto white balance and more. Alternative way to change parameters is described [[Tmp_manual#Change_parameters|below]]. ** pause compressor and search within buffered images ** pause compressor and search within buffered images ** help tips available - see Fig.2 - select then mouse over a control element of interest ** help tips available - see Fig.2 - select then mouse over a control element of interest Line 96: Line 96: |[[File:Controls with blank.jpeg|300px|thumb|Fig.3 camvc controls]] |[[File:Controls with blank.jpeg|300px|thumb|Fig.3 camvc controls]] |} |} -  -  ==<font color="blue">Download live images</font>== ==<font color="blue">Download live images</font>== Line 213: Line 211: -===Notes===+'''Notes:''' * parsedit.php and autocampars.php were ported from 353 camera series. There are a few changes from the originals related to 4x sensor ports: * parsedit.php and autocampars.php were ported from 353 camera series. There are a few changes from the originals related to 4x sensor ports: ** parameters are individual for each sensor port - writing parameters to multiple port at once is controlled with a (bit-)'''mask''' input box ** parameters are individual for each sensor port - writing parameters to multiple port at once is controlled with a (bit-)'''mask''' input box ** if opened w/o sensor_port specified the page will show links to available ports ** if opened w/o sensor_port specified the page will show links to available ports ** '''sensor_port=x''', where x=0..3 - in the address string - for a single sensor camera it is normally 0 ** '''sensor_port=x''', where x=0..3 - in the address string - for a single sensor camera it is normally 0  +  +  +  +==<font color="blue">Image formats</font>==  +====jpeg====  +* supported but is not the best for processing since a lot of information is lost at demosaicing  +====jp4 raw====  +* [[JP4|'''More information''']] ==<font color="blue">Temperature monitor</font>== ==<font color="blue">Temperature monitor</font>== Oleg

01/03/17 [imagej-elphel][dct] by AndreyFilippov: modifying convolution in LMA

Elphel GIT logs - Tue, 01/03/2017 - 14:16
AndreyFilippov committed changes to the Elphel git project :
modifying convolution in LMA

01/03/17 [imagej-elphel][master] by AndreyFilippov: modifying convolution in LMA

Elphel GIT logs - Tue, 01/03/2017 - 14:16
AndreyFilippov committed changes to the Elphel git project :
modifying convolution in LMA

01/03/17 [imagej-elphel][master] by AndreyFilippov: modifying convolution in LMA

Elphel GIT logs - Tue, 01/03/2017 - 13:51
AndreyFilippov committed changes to the Elphel git project :
modifying convolution in LMA

01/03/17 [imagej-elphel][master] by AndreyFilippov: modifying convolution in LMA

Elphel GIT logs - Tue, 01/03/2017 - 13:51
AndreyFilippov committed changes to the Elphel git project :
modifying convolution in LMA

01/03/17 [linux-elphel][master] by Oleg Dzhimiev: histograms height fix

Elphel GIT logs - Tue, 01/03/2017 - 12:20
Oleg Dzhimiev committed changes to the Elphel git project :
histograms height fix

01/03/17 [linux-elphel][] by Oleg Dzhimiev: histograms height fix

Elphel GIT logs - Tue, 01/03/2017 - 12:20
Oleg Dzhimiev committed changes to the Elphel git project :
histograms height fix

01/02/17 [imagej-elphel][master] by AndreyFilippov: more debugging

Elphel GIT logs - Mon, 01/02/2017 - 22:28
AndreyFilippov committed changes to the Elphel git project :
more debugging

01/02/17 [imagej-elphel][master] by AndreyFilippov: more debugging

Elphel GIT logs - Mon, 01/02/2017 - 22:28
AndreyFilippov committed changes to the Elphel git project :
more debugging

01/02/17 [imagej-elphel][dct] by AndreyFilippov: working with actual images

Elphel GIT logs - Mon, 01/02/2017 - 12:50
AndreyFilippov committed changes to the Elphel git project :
working with actual images

01/02/17 [imagej-elphel][master] by AndreyFilippov: working with actual images

Elphel GIT logs - Mon, 01/02/2017 - 12:50
AndreyFilippov committed changes to the Elphel git project :
working with actual images

Tmp manual

Wiki Recent Changes - Sun, 01/01/2017 - 22:23

Change parameters:

← Older revision Revision as of 05:23, 2 January 2017 (One intermediate revision not shown)Line 89: Line 89: * The page contains links to camvc user interface for each individual camera port. * The page contains links to camvc user interface for each individual camera port. * camvc was ported from the 10353 camera series: * camvc was ported from the 10353 camera series: -** change parameters like image format, resolution, auto exposure, auto white balance and more.+** change parameters like image format, resolution, auto exposure, auto white balance and more. Alternative way to change parameters is described [[Tmp_manual#Change_parameters|below]]. ** pause compressor and search within buffered images ** pause compressor and search within buffered images ** help tips available - see Fig.2 - select then mouse over a control element of interest ** help tips available - see Fig.2 - select then mouse over a control element of interest Line 96: Line 96: |[[File:Controls with blank.jpeg|300px|thumb|Fig.3 camvc controls]] |[[File:Controls with blank.jpeg|300px|thumb|Fig.3 camvc controls]] |} |} -  -  ==<font color="blue">Download live images</font>== ==<font color="blue">Download live images</font>== Line 213: Line 211: -===Notes===+'''Notes:''' * parsedit.php and autocampars.php were ported from 353 camera series. There are a few changes from the originals related to 4x sensor ports: * parsedit.php and autocampars.php were ported from 353 camera series. There are a few changes from the originals related to 4x sensor ports: ** parameters are individual for each sensor port - writing parameters to multiple port at once is controlled with a (bit-)'''mask''' input box ** parameters are individual for each sensor port - writing parameters to multiple port at once is controlled with a (bit-)'''mask''' input box Oleg

12/30/16 [imagej-elphel][nc393] by Andrey Filippov: fixed opening required plugin

Elphel GIT logs - Fri, 12/30/2016 - 23:46
Andrey Filippov committed changes to the Elphel git project :
fixed opening required plugin

12/30/16 [imagej-elphel][master] by Andrey Filippov: fixed opening required plugin

Elphel GIT logs - Fri, 12/30/2016 - 23:46
Andrey Filippov committed changes to the Elphel git project :
fixed opening required plugin

12/30/16 [imagej-elphel][master] by AndreyFilippov: trying with actual kernels

Elphel GIT logs - Fri, 12/30/2016 - 23:42
AndreyFilippov committed changes to the Elphel git project :
trying with actual kernels

12/30/16 [imagej-elphel][master] by AndreyFilippov: trying with actual kernels

Elphel GIT logs - Fri, 12/30/2016 - 23:42
AndreyFilippov committed changes to the Elphel git project :
trying with actual kernels

12/30/16 [eyesis4pi-393-gui][master] by Oleg Dzhimiev: fixed single recording

Elphel GIT logs - Fri, 12/30/2016 - 16:45
Oleg Dzhimiev committed changes to the Elphel git project :
fixed single recording

12/30/16 [eyesis4pi-393-gui][master] by Oleg Dzhimiev: + environmental conditions presets

Elphel GIT logs - Fri, 12/30/2016 - 14:48
Oleg Dzhimiev committed changes to the Elphel git project :
+ environmental conditions presets

Pages

Subscribe to www3.elphel.com aggregator