10393 manual
In the package
← Older revision Revision as of 17:15, 4 September 2018 (3 intermediate revisions by the same user not shown)Line 9: Line 9: * 10393 camera system * 10393 camera system {| {| −|[[File:NC393-CS marked ports.jpeg|thumb|200px|Fig.1 10393 interfaces]]+|[[File:NC393-CS marked ports.jpeg|thumb|200px|Fig.1a 10393 interfaces]] +|[[File:10393_boards_assembly.png|thumb|265px|Fig.1b Boards connections (NC393-F-CS)]] |} |} * Power supply wall adapter (options: '''18-75V''' (default) or '''12-36V''' - [[10393_power|more information]]) * Power supply wall adapter (options: '''18-75V''' (default) or '''12-36V''' - [[10393_power|more information]]) Oleg10393
About
← Older revision Revision as of 17:10, 4 September 2018 Line 2: Line 2: [[Image:10393_top_sm.png|frame|[[Media:10393_top.jpeg|10393 board, top view]]]] [[Image:10393_top_sm.png|frame|[[Media:10393_top.jpeg|10393 board, top view]]]] [[Image:10393_bottom_sm.png|frame|[[Media:10393_bottom.jpeg|10393 board, bottom view]]]] [[Image:10393_bottom_sm.png|frame|[[Media:10393_bottom.jpeg|10393 board, bottom view]]]] +[[Image:10393_boards_assembly.png|thumb|500px|Boards connections]] 10393 is the system board of Elphel NC393 series camera. It is also the core part of the [[Eyesis4Pi_393|Eyesis4Pi 393]], the full-sphere multi-camera system. It has the same physical dimensions as the 10353 (previous generation) and may be used as an upgrade to the previous camera modules. 10393 is the system board of Elphel NC393 series camera. It is also the core part of the [[Eyesis4Pi_393|Eyesis4Pi 393]], the full-sphere multi-camera system. It has the same physical dimensions as the 10353 (previous generation) and may be used as an upgrade to the previous camera modules. Oleg09/03/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: testing saving imagej-compatible tiffs: le vs be?
Oleg Dzhimiev committed changes to the Elphel git project :
testing saving imagej-compatible tiffs: le vs be?
testing saving imagej-compatible tiffs: le vs be?
09/03/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: reduced zero span
Oleg Dzhimiev committed changes to the Elphel git project :
reduced zero span
reduced zero span
09/01/18 [python3-imagej-tiff][master] by AndreyFilippov: adding source files to python path (was not on by default)
AndreyFilippov committed changes to the Elphel git project :
adding source files to python path (was not on by default)
adding source files to python path (was not on by default)
09/01/18 [python3-imagej-tiff][master] by AndreyFilippov: making pydev happy
AndreyFilippov committed changes to the Elphel git project :
making pydev happy
making pydev happy
09/01/18 [imagej-elphel][dct] by Andrey Filippov: Merge branch 'dct' of git@git.elphel.com:Elphel/imagej-elphel.git into dct
Andrey Filippov committed changes to the Elphel git project :
Merge branch 'dct' of git@git.elphel.com:Elphel/imagej-elphel.git into dct
Merge branch 'dct' of git@git.elphel.com:Elphel/imagej-elphel.git into dct
09/01/18 [imagej-elphel][gpu] by Andrey Filippov: gitignore FOCUS-PSF files
Andrey Filippov committed changes to the Elphel git project :
gitignore FOCUS-PSF files
gitignore FOCUS-PSF files
09/01/18 [imagej-elphel][gpu] by Andrey Filippov: modified ML output
Andrey Filippov committed changes to the Elphel git project :
modified ML output
modified ML output
08/31/18 [imagej-elphel][dct] by AndreyFilippov: changed ImageJ version from 1.50b to 1.52d
AndreyFilippov committed changes to the Elphel git project :
changed ImageJ version from 1.50b to 1.52d
changed ImageJ version from 1.50b to 1.52d
08/31/18 [python3-imagej-tiff][master] by AndreyFilippov: XML configuration sample
AndreyFilippov committed changes to the Elphel git project :
XML configuration sample
XML configuration sample
08/31/18 [python3-imagej-tiff][master] by AndreyFilippov: continue splitting code to multiple files
AndreyFilippov committed changes to the Elphel git project :
continue splitting code to multiple files
continue splitting code to multiple files
08/31/18 [python3-imagej-tiff][master] by AndreyFilippov: next version
AndreyFilippov committed changes to the Elphel git project :
next version
next version
08/31/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: subbed 325 with corr2d_Nx325.shape[-1]
Oleg Dzhimiev committed changes to the Elphel git project :
subbed 325 with corr2d_Nx325.shape[-1]
subbed 325 with corr2d_Nx325.shape[-1]
10393 manual
Change parameters
← Older revision Revision as of 21:35, 29 August 2018 (4 intermediate revisions by the same user not shown)Line 219: Line 219: ** GET request - XML response ** GET request - XML response <font size='2'> <font size='2'> − Read: http://192.168.0.9/parsedit.php?immediate&sensor_port=0&PAR1&PAR2+ Read: − Change: http://192.168.0.9/parsedit.php?immediate&sensor_port=0&PAR1=VAL1&PAR2=VAL2+ http://192.168.0.9/parsedit.php?immediate&sensor_port=0&PAR1&PAR2 + Change: + http://192.168.0.9/parsedit.php?immediate&sensor_port=0&PAR1=VAL1&PAR2=VAL2 + Change for multiple ports at once: + http://192.168.0.9/parsedit.php?immediate&sensor_port=0&PAR1=VAL1&*PAR1=MASK1&PAR2=VAL2&*PAR2=MASK2 + + # A port bit mask is set by adding a '''*''' to a parameter name, like '''*PAR1''' - it is individual for each parameter. + # The mask is 4 bits - 1 bit per port, bit[0] = port 0,... bit[3] = port 3, where 1 - enabled, 0 - disabled: + # 0xf - the parameter's new value will be applied to all ports. + # [[Parsedit.php#change_multiple_ports|'''More information''']] </font> </font> + Note 1: if the parameter's value is specified in URL it will be applied. The call can have mixed specified and unspecified parameters. Note 1: if the parameter's value is specified in URL it will be applied. The call can have mixed specified and unspecified parameters. Oleg08/29/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: more parametrization
Oleg Dzhimiev committed changes to the Elphel git project :
more parametrization
more parametrization
08/29/18 [python3-imagej-tiff][master] by AndreyFilippov: Split ns_ds_* program, added more costs
AndreyFilippov committed changes to the Elphel git project :
Split ns_ds_* program, added more costs
Split ns_ds_* program, added more costs
08/28/18 [python3-imagej-tiff][master] by Oleg Dzhimiev: colored weights, hardcoded dimensions
Oleg Dzhimiev committed changes to the Elphel git project :
colored weights, hardcoded dimensions
colored weights, hardcoded dimensions
Pages
