Warning: Undefined array key "2026-04" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2024-09" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2024-07" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2020-06" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2020-04" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2019-07" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2017-11" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2015-07" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2013-04" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2012-11" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2012-03" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2012-02" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2011-07" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2011-03" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2011-02" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2011-01" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-11" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-10" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-08" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-06" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-05" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-04" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2010-01" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2009-12" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Warning: Undefined array key "2009-11" in
/home/brain4fr/public_html/brain4free.cyon.site/wiki/lib/plugins/blog/syntax/archive.php on line
194
Blog
English description is at sourceforge
Für ein uC Projekt an dem ich gerade arbeite, setze ich das sehr codespeichersparende, sauber geschriebene und genügend Funktionalität bietende Femto OS: RTOS for small MCU's RTOS ein. Es steht unter GPLv3 und kann bei bedarf auch kommerziell lizenziert werden (Für wirklich wenig Geld). Die Installation ist auch gut dokumentiert (Warnung: Eclipse NICHT per Packetmanager installieren).
Ein viel geäusserter Wunsch war, FemtoOS zusammen mit dem AVR Plug-In für Eclipse zu benutzen, so ist kein externes make script nötig (was nicht so schlimm ist) und es stehen einem alle Debug Möglichkeiten (Über avarice) zur Verfügung um einen AVR per JTAG oder Debug-Wire zu Analysieren.
Hier ist nun ein fertiges FemtoOS Eclipse Projekt, basierend auf FemtoOS 0.92 und dem Hello World Beispiel, mit dem ihr sofort eure eigenen FemtoOS Projekte starten könnt:
femtoos_helloworld_avr.tar.gz
One nice thing with digital images is that they have tags on it, so when you are at home you can use this tags to get all the shooting parameters (Aperture, speed, which lens was used, focal length,…) and also when you add a description to your image in your image editor it's also saved as a tag into the image file.
With old manual only lenses and in this case the 3D Lens in a Cap from Loreo you have a lot missing and empty tag fields because the camera does not know what to fill in.
To fill in the missing tags when using the LOREO 3D Lens in a Cap 9005 you can use the programm ExifTool.
exiftool -P -overwrite_original -XMP-aux:Lens="LOREO 40mm F11-22 3D Lens in a Cap 9005 MF, 3D, parallel view, APS-C" -nikon:lens="40mm f/11-22" -exif:focallength="40 mm" -exif:focallengthin35mmformat="60 mm" -nikon:minfocallength="40 mm" -nikon:maxfocallength="40 mm" -nikon:MaxApertureAtMinFocal="11" -nikon:MaxApertureAtMaxFocal="11" <file>
If you have an other camera brand you have to adjust the command line a bit or use the exif tags only.