File:103992 gerber.tar.gz
Andrey.filippov uploaded a new version of File:103992 gerber.tar.gz
New page
== Licensing =={{CERN OHLv1.1 }} Andrey.filippov
File:103992 sch.pdf
Andrey.filippov uploaded a new version of File:103992 sch.pdf
New page
== Licensing =={{CERN OHLv1.1 }} Andrey.filippov
Publications
← Older revision
Revision as of 20:54, 1 February 2019
(2 intermediate revisions by the same user not shown)Line 1:
Line 1:
{| class="wikitable" {| class="wikitable"
−|+This page lists Elphel papers and other papers, patents, PhD/MS/BS theses that use or reference Elphel products. Links to full text publications are provided where available.+|+This page lists Elphel papers and other papers, patents, PhD/MS/BS theses that use or reference Elphel products.<br/> Links to the full text publications are provided where available.
|- style="font-style: italic; text-align:center;" <!-- color: green;"--> |- style="font-style: italic; text-align:center;" <!-- color: green;"-->
! Year ! Year
! Citation/link ! Citation/link
! Comments ! Comments
+|-
+|2019
+|[https://patents.google.com/patent/US20190020829A1 Nebiker, Stephan. "Stereo Image Capturing System." U.S. Patent Application No. 16/070,120.]
+|Elphel Eyesis referenced in the "Description"
|- |-
|2019 |2019
Line 37:
Line 41:
|Luo, Z. C., et al. "The effect of deformation twins on the quasi-cleavage crack propagation in twinning-induced plasticity steels." Acta Materialia 150 (2018): 59-68. |Luo, Z. C., et al. "The effect of deformation twins on the quasi-cleavage crack propagation in twinning-induced plasticity steels." Acta Materialia 150 (2018): 59-68.
|Used Ephel camera in experimental setup |Used Ephel camera in experimental setup
+|-
+|2018
+|[http://www.web3d.org/sites/default/files/attachment/node/2281/edit/Web3D%20Design%20Print%20Scanning%20Use%20Cases.pdf Anita Havele. "Design Printing and Scanning: Web3D Makers Making More!" BOF Presentation at SIGGRAPH (2018).]
+|Demonstrated multiple Elphel X3D applications
|- |-
|2018 |2018
Andrey.filippov
10393 manual
RTSP
← Older revision Revision as of 21:05, 31 January 2019 (7 intermediate revisions by the same user not shown)Line 151: Line 151: </font> </font> ====RTSP==== ====RTSP==== +* Streams with either '''w''' or '''h''' >2040 might not get played - not supported by live555 often used by various media players. But there's a [https://git.elphel.com/Elphel/live555_patch live555_patch]. * turn on: * turn on: <font size='2'> <font size='2'> Line 162: Line 163: rtsp://192.168.0.9:560 rtsp://192.168.0.9:560 </font> </font> + ====GStreamer==== ====GStreamer==== <font size='2'> <font size='2'> + gst-launch-1.0 -v playbin uri=rtsp://192.168.0.9:554 uridecodebin0::source::latency=0 +or gst-launch-1.0 souphttpsrc is-live=true location=http://192.168.0.9:2323/mimg ! jpegdec ! xvimagesink gst-launch-1.0 souphttpsrc is-live=true location=http://192.168.0.9:2323/mimg ! jpegdec ! xvimagesink </font> </font> Oleg01/30/19 [elphel-apps-imgsrv][] by Oleg Dzhimiev: forgot changes in another branch
Oleg Dzhimiev committed changes to the Elphel git project :
forgot changes in another branch
forgot changes in another branch
01/29/19 [elphel-init][] by Oleg Dzhimiev: updated cproject, was not really needed as there's no c files
Oleg Dzhimiev committed changes to the Elphel git project :
updated cproject, was not really needed as there's no c files
updated cproject, was not really needed as there's no c files
01/29/19 [elphel-apps-php-extension][] by Oleg Dzhimiev: updated .cproject - symbols tab missing
Oleg Dzhimiev committed changes to the Elphel git project :
updated .cproject - symbols tab missing
updated .cproject - symbols tab missing
01/29/19 [elphel-apps-imgsrv][] by Oleg Dzhimiev: updated .cproject
Oleg Dzhimiev committed changes to the Elphel git project :
updated .cproject
updated .cproject
01/29/19 [elphel-apps-histograms][] by Oleg Dzhimiev: updated .cproject - 2 symbols left red
Oleg Dzhimiev committed changes to the Elphel git project :
updated .cproject - 2 symbols left red
updated .cproject - 2 symbols left red
01/29/19 [elphel-apps-editconf][] by Oleg Dzhimiev: updated .cproject
Oleg Dzhimiev committed changes to the Elphel git project :
updated .cproject
updated .cproject
01/29/19 [elphel-apps-camogm][] by Oleg Dzhimiev: updated cproject - needs testing
Oleg Dzhimiev committed changes to the Elphel git project :
updated cproject - needs testing
updated cproject - needs testing
01/29/19 [elphel-apps-autoexposure][] by Oleg Dzhimiev: updated cproject
Oleg Dzhimiev committed changes to the Elphel git project :
updated cproject
updated cproject
Used files
Output of used_files.py without arguments
← Older revision Revision as of 21:17, 29 January 2019 Line 17: Line 17: Here is the full sequence (target is the project name extracted from .cproject): Here is the full sequence (target is the project name extracted from .cproject): − 1. bitbake target-c cleansstate+ 1. bitbake target -c cleansstate − 2. bitbake target-c unpack -f+ 2. bitbake target -c unpack -f − 3. bitbake target-c configure -f+ 3. bitbake target -c configure -f 4. Scan all files under extra_source directory, find last modification stamp 4. Scan all files under extra_source directory, find last modification stamp − 5. bitbake target-c compile -f+ 5. bitbake target -c compile -f − 6. bitbake target-c install -f # in the case of Linux kernel in triggers compilation of the kernel+ 6. bitbake target -c install -f # in the case of Linux kernel in triggers compilation of the kernel modules modules 7. Scan source files, create list of the used files and then list of excluded files (Eclipse CDT allows 7. Scan source files, create list of the used files and then list of excluded files (Eclipse CDT allows Oleg01/28/19 [elphel-apps-imgsrv][] by Oleg Dzhimiev: +comments
Oleg Dzhimiev committed changes to the Elphel git project :
+comments
+comments
01/28/19 [elphel-apps-imgsrv][] by Oleg Dzhimiev: comments
Oleg Dzhimiev committed changes to the Elphel git project :
comments
comments
01/28/19 [elphel-apps-imgsrv][] by Oleg Dzhimiev: increased buffer size to prevent overflow
Oleg Dzhimiev committed changes to the Elphel git project :
increased buffer size to prevent overflow
increased buffer size to prevent overflow
01/28/19 [elphel-web-393][] by Oleg Dzhimiev: added an ability to rollback if needed
Oleg Dzhimiev committed changes to the Elphel git project :
added an ability to rollback if needed
added an ability to rollback if needed
01/28/19 [elphel-web-camvc][] by Oleg Dzhimiev: roll back a little
Oleg Dzhimiev committed changes to the Elphel git project :
roll back a little
roll back a little
10393 manual
VLC
← Older revision Revision as of 19:04, 28 January 2019 (One intermediate revision by the same user not shown)Line 168: Line 168: * mjpeg and rtsp * mjpeg and rtsp * More examples at [[Using_gstreamer#Display|Using GStreamer]] * More examples at [[Using_gstreamer#Display|Using GStreamer]] + +====VLC==== +<font size='2'> + vlc rtsp://192.168.0.9:554 --network-caching=0 +</font> ===Record=== ===Record=== Oleg01/25/19 [meta-elphel393][] by Andrey Filippov: clean to remove .depend
Andrey Filippov committed changes to the Elphel git project :
clean to remove .depend
clean to remove .depend
Pages
