10/09/17 [eddr3][master] by Andrey Filippov: Update .gitlab-ci.yml
Andrey Filippov committed changes to the Elphel git project :
Update .gitlab-ci.yml
Update .gitlab-ci.yml
10/09/17 [eddr3][master] by Andrey Filippov: Add new file
Andrey Filippov committed changes to the Elphel git project :
Add new file
Add new file
10/09/17 [eddr3][master] by Andrey Filippov: Delete .gitlab-ci.yml
Andrey Filippov committed changes to the Elphel git project :
Delete .gitlab-ci.yml
Delete .gitlab-ci.yml
10/09/17 [eddr3][master] by Andrey Filippov: Update .gitlab-ci.yml
Andrey Filippov committed changes to the Elphel git project :
Update .gitlab-ci.yml
Update .gitlab-ci.yml
10/09/17 [eddr3][master] by Andrey Filippov: Update .gitlab-ci.yml
Andrey Filippov committed changes to the Elphel git project :
Update .gitlab-ci.yml
Update .gitlab-ci.yml
10/09/17 [eddr3][master] by Andrey Filippov: Add new file
Andrey Filippov committed changes to the Elphel git project :
Add new file
Add new file
Tmp manual
Change default ip address
← Older revision Revision as of 18:32, 9 October 2017 Line 285: Line 285: Then: Then: − #boot from flash?+ #boot from NAND flash? root@elphel393:~# overlay_sync 1 root@elphel393:~# overlay_sync 1 root@elphel393:~# shutdown -hP now root@elphel393:~# shutdown -hP now OlegScene viewer
← Older revision
Revision as of 19:27, 5 October 2017
(2 intermediate revisions by the same user not shown)Line 58:
Line 58:
** '''shift-key''' - pressing while rotating alternates the displayed models ** '''shift-key''' - pressing while rotating alternates the displayed models
** '''save kmls''' - updates all kmls in the list ** '''save kmls''' - updates all kmls in the list
+
+{|
+|valign='top'|[[File:Sv mpr dialog2 a.png|thumb|500px|Fig.3 Loaded extra models dialog]]
+|valign='top'|[[File:Sv settings 3.png|thumb|400px|Fig.4 Settings]]
+|}
Oleg
Scene viewer
← Older revision
Revision as of 19:22, 5 October 2017
Line 42:
Line 42:
After creating ''extra.xml'' - reload the viewer with the current model opened - a new button for loading extra models will appear in the top right corner - with the white + (see Fig.1). After creating ''extra.xml'' - reload the viewer with the current model opened - a new button for loading extra models will appear in the top right corner - with the white + (see Fig.1).
+=== Load extra models ===
+[[File:Sv load extra models.png|thumb|Fig.2 Load models dialog]]
+* Click on the adding button
+* Select the models of interest
+* Press '''Load''', click in the gray window area to close - there might be lagging while models are being loaded.
=== Adjust position/orientation of loaded models === === Adjust position/orientation of loaded models ===
−* Load extra models
−* Enable mode+* Enable mode:
+** Menu > check '''Edit mode''' > check ''Position and orientation dialog''' > close
+* Select a pair of overlapping models:
+** '''r1''' - the one that will be rotated but will appear as '''not moving'''. Select a newly loaded model (e.g. 1502241323_909309).
+** '''r2''' - will not be rotated but will appear as moving. Select the model that was loaded earlier (e.g. 1502241339_511232).
+** '''ctrl+left-click''' - place/remove a pair of marks, '''save marks''' when done.
+** '''shift-key''' - pressing while rotating alternates the displayed models
+** '''save kmls''' - updates all kmls in the list
Oleg
Scene viewer
← Older revision
Revision as of 18:58, 5 October 2017
Line 33:
Line 33:
<model name='1502241323_909309' version='v1' translation='0,0,0' rotation='0,0,0'></model> <model name='1502241323_909309' version='v1' translation='0,0,0' rotation='0,0,0'></model>
</Document> </Document>
+[[File:Sv menu.png|thumb|Fig.1 Load extra models button]]
+where,
+
+'''name''' - model name which, also a part of the path: ''models/model-name''
+
+'''version''' - model version, also a part of the path: ''models/model-name/version''
+
+After creating ''extra.xml'' - reload the viewer with the current model opened - a new button for loading extra models will appear in the top right corner - with the white + (see Fig.1).
Oleg
Scene viewer
Created page with "==<font color="blue">Description</font>== View 3D models made by [https://blog.elphel.com/2017/09/long-range-multi-view-stereo-camera-with-4-sensors/ 4-sensor stereo camera (3..."
New page
==<font color="blue">Description</font>==View 3D models made by [https://blog.elphel.com/2017/09/long-range-multi-view-stereo-camera-with-4-sensors/ 4-sensor stereo camera (393)]
==<font color="blue">Working with multiple models</font>==
=== Enable extra models for the current scene ===
Done manually, must have write access to the server.
* Add ''extra.xml'' to the model root folder, example:
models
└── 1502241339_511232
├── 1502241339_511232.kml
├── '''extra.xml'''
├── marks.xml
├── rating.txt
├── thumb.jpeg
└── v1/
* Edit, example:
<?xml version="1.0" encoding="UTF-8"?>
<Document>
<model name='1502241144_558169' version='v1' translation='0,0,0' rotation='0,0,0'></model>
<model name='1502241192_370517' version='v1' translation='0,0,0' rotation='0,0,0'></model>
<model name='1502241208_379788' version='v1' translation='0,0,0' rotation='0,0,0'></model>
<model name='1502241221_790020' version='v1' translation='0,0,0' rotation='0,0,0'></model>
<model name='1502241238_215143' version='v1' translation='0,0,0' rotation='0,0,0'></model>
<model name='1502241251_555958' version='v1' translation='0,0,0' rotation='0,0,0'></model>
<model name='1502241264_932252' version='v1' translation='0,0,0' rotation='0,0,0'></model>
<model name='1502241277_133145' version='v1' translation='0,0,0' rotation='0,0,0'></model>
<model name='1502241291_000749' version='v1' translation='0,0,0' rotation='0,0,0'></model>
<model name='1502241305_924517' version='v1' translation='0,0,0' rotation='0,0,0'></model>
<model name='1502241323_909309' version='v1' translation='0,0,0' rotation='0,0,0'></model>
</Document>
=== Adjust position/orientation of loaded models ===
* Load extra models
* Enable mode Oleg
10/05/17 [x3domlet][master] by Oleg Dzhimiev: update input fields when dragging
Oleg Dzhimiev committed changes to the Elphel git project :
update input fields when dragging
update input fields when dragging
10/04/17 [x3domlet][master] by Oleg Dzhimiev: ctrl+click
Oleg Dzhimiev committed changes to the Elphel git project :
ctrl+click
ctrl+click
10/04/17 [x3domlet][master] by Oleg Dzhimiev: saving and parsing marks for multiple models orientation
Oleg Dzhimiev committed changes to the Elphel git project :
saving and parsing marks for multiple models orientation
saving and parsing marks for multiple models orientation
Presentations
2016/09/13 UofU Computer Engineering Jr Seminar
← Older revision Revision as of 22:26, 4 October 2017 (One intermediate revision by the same user not shown)Line 6: Line 6: ===2016/09/13 UofU Computer Engineering Jr Seminar=== ===2016/09/13 UofU Computer Engineering Jr Seminar=== * Presentation: * Presentation: −**[http://community.elphel.com/files/presentations/UUCompEngineerJrSeminar2016/UU_CompEngineerJrSeminar2016.odp High Performance Open Hardware Cameras] (52 MB)+**High Performance Open Hardware Cameras: [https://community.elphel.com/files/presentations/UU_CompEngineerJrSeminar2016/UU_CompEngineerJrSeminar2016.html html], [https://community.elphel.com/files/presentations/UU_CompEngineerJrSeminar2016/UU_CompEngineerJrSeminar2016.odp odp (52 MB)] ===2014/04/14 UNIGE University of Geneva === ===2014/04/14 UNIGE University of Geneva === Andrey.filippovPresentations
2016/09/13 UofU Computer Engineering Jr Seminar
← Older revision Revision as of 22:24, 4 October 2017 Line 6: Line 6: ===2016/09/13 UofU Computer Engineering Jr Seminar=== ===2016/09/13 UofU Computer Engineering Jr Seminar=== * Presentation: * Presentation: −**[http://community.elphel.com/files/presentations/UUCompEngineerJrSeminar2016/UU_CompEngineerJrSeminar2016.odp High Performance Open Hardware Cameras] (52 MB)+**[https://community.elphel.com/files/presentations/UU_CompEngineerJrSeminar2016/UU_CompEngineerJrSeminar2016.html High Performance Open Hardware Cameras] html +**[https://community.elphel.com/files/presentations/UU_CompEngineerJrSeminar2016/UU_CompEngineerJrSeminar2016.odp High Performance Open Hardware Cameras] (odp, 52 MB) ===2014/04/14 UNIGE University of Geneva === ===2014/04/14 UNIGE University of Geneva === Andrey.filippovPages
