Posts

Depth Map from Samsung Gallaxy M33 Photos

Bild
If you shoot with an Samsung Galaxy M33 in the "Portrait" mode Samsung saves three images inside one jpeg. The first one is the one you see if you open the photo with any application. The second one is the image without any filter applied and the third one is the shot from the depth map camera. Main Image You can get the images from all cameras with the command line tool " exiftool ". First you can check with this commands, if the image contains any additional images:   "exiftool(-k).exe" 20220921_091253.jpg "-embedded*" -a Embedded Image Name : DualShot_1 Embedded Image      : (Binary data 2449408 bytes, use -b option to extract) Embedded Image Name : DualShot_2 Embedded Image 2    : (Binary data 576210 bytes, use -b option to extract) -- press ENTER -- And with this command you can check for a depth map : "exiftool(-k).exe" 20220921_091253.jpg -"*depth*" Depth Map Name      : DualShot_DepthMap_1 Depth Map Data...

Quirl aus Weihnachtsbaum - Whisk from Christmas tree

Bild
DE: Ich habe aus unserem und dem Weihnachtsbaum vom Nachbarn zwei Quirle gebastelt. Quirle sind ein uraltes Küchengerät, das schon die Kelten und Wikinger vor über 1000 Jahren benutzen. https://de.wikipedia.org/wiki/Quirl_(Küchengerät) EN: I made two whisks out of ours and the neighbor's Christmas tree. Whisks are an ancient kitchen utensil, already used by the Celts and Vikings over 1000 years ago.   DE: Unser Weihnachtsbaum nach Weihnachten EN: Our Christmas tree after Christmas   DE: Spitze ab EN: tip off DE: und auch die vom Nachbarn EN: and also those of the neighbors DE: Zweige auf die gewünschte Länge kürzen EN: Shorten branches to desired length DE: Dann mit einem Schnitz- oder Schälmesser die Nadeln entfernen EN: Then remove the needles with a knife DE: Die Enden mit Schleifpapier abrunden EN: Round off the ends with sandpaper DE: Trocknen lassen EN: let dry DE: Mit Walnussöl einreiben EN: Rub with walnut oil DE: Fertig EN: Done

Things Libre Arts didn't blog about 2021

Bild
Alexandre Prokoudine does a great job with  his Libre Arts blog and he made a big overview of the year 2021 : As he looks at the big picture I collected some news from small more hidden open source graphics projects: Mobile PinePhone and Purism Librem 5 got camera support and a portable new camera app (GTK3) Pine64 and Purism worked on phones with a default Linux Kernel. And they both now have camera drivers and they worked together on the camera app Megapixels:   https:// blog.brixit.nl/pinephone-came ra-pt4/ https://puri.sm/posts/librem-5-news-summary-april-2021/     pine64.org now sells a Open Source IP Cam https:// pine64.org/cube/   ResberyPi   ResberyPi released a new version of there distribution and switched the camera stack to libcamera . Panorama Tools As Alexandre already talked about Hugin and SkyFill I have only two additions: Lux   A new free OpenGL image viewer specialists for panoramas : https://bitbucket.org/kfj/pv/src/master/ ...

Struwen

Bild
Vorbereitung : 15 bis 30 Minuten Kochen : 30 bis 45 Minuten Portionen : 4 Struwen sind Hefepfannkuchen, die in Deutschland vor allem im der Region Münsterland, aber auch in Gegenden des Niederrheins traditionell am Karfreitag gegessen werden. https://de.wikipedia.org/wiki/Struwen  Zutaten Für den Teig: 500g Mehl 2 Esslöffel Zucker 1 Tütchen Hefe 1⁄2 Teelöffel Salz 1 Ei 3⁄8 Liter Milch 125g Rosinen (nach belieben mehr) Öl oder Butterschmalz zum braten Zum servieren: Zimt und Zucker zum bestreuen Apfelmus als Beilage Anleitungen 375ml Milch in der Mikrowelle oder auf dem Herd erhitzen, so das sie lauwarm ist. Nicht kochen! 500g Mehl, 1 Tütchen Hefe, 2 Esslöffel Zucker, 1 Ei, 375ml warmer Milch und 1⁄2 Teelöffel Salz mit den Knethaken verrühren.   125g Rosinen (nach belieben mehr) mit einem Löffel unter heben.   Zugedeckt an einem warmen Ort gehen lassen.   Mit zwei Esslöffel kleine Portionen von dem weichen Teig in reichlich heißes Öl geben und kleine Plätzchen b...

Expiriments with A-Frame

Bild
Moon with displacement map I played again a little bit with A-FRAME to create the moon. Thanks go to CG BOOST for giving me the link to the NASA image and displacement map from the moon and to the Museum of Science in Boston hat created the nice 360° star background . https://github.com/supertobi/aframe-moon-with-displacement-map Earth with moon But the Moon was not enough. I created a earth and now the moon is rotating around the earth: If you have a VR headset please use it! The earth and cloud textures are again from the NASA and then improved with GIMP.   https://github.com/supertobi/aframe-earth-with-moon Matterhorn Then even closer to the ground I made a 3D piece from the Alps with the Matterhorn. I was inspirited by @Taky_ed Matterhorn, I used GIMP for editing the textures, A-FRAME for displaying and the stars background from Museum of Science in Boston .   https://github.com/supertobi/A-FrameMatterhorn

Pimp your IKEA LAMPAN with Inkscape

Bild
You can easily pimp your IKEA LAMPAN by adding a paper cutting inside: The Math First we have to do some math. The lampshade is a geometric shape, a truncated cone. The pattern is part of a circular ring, i.e. a circular sector from which a second sector is cut out: The theorem of Pythagoras gives m = √ h²+(R-r)² and from the theorem of rays we get the equation R/r = M/(M-m). Thus: M = m-R/(R-r) applies. The sketch also shows: 2R-π = 2M-π-(α/α) and from this follows α = 2π-R/M - that is 360-R/M degrees. With this information you can create something like this in Inkscape: Bending a rectangular You can now start editing. But I like it more to work on an rectangular shape. Therefore I'll add some helping lines. I insert an additional node on the left and on the right: Then I create a centre line as helper for the next steps and use the extension "Draw Handles": I changed the colour to grey to make the handles more visible: Now I can start t...