<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
    <title>Aron Petau - photogrammetry</title>
    <subtitle>Mein Portfolio, Blog und allgemeine Präsenz online</subtitle>
    <link rel="self" type="application/atom+xml" href="https://aron.petau.net/de/tags/photogrammetry/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://aron.petau.net/"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2023-07-27T00:00:00+00:00</updated>
    <id>https://aron.petau.net/de/tags/photogrammetry/atom.xml</id>
    <entry xml:lang="de">
        <title>Lausitz - eine Immersion in (Ent)Zäunung</title>
        <published>2023-07-27T00:00:00+00:00</published>
        <updated>2023-07-27T00:00:00+00:00</updated>
        
        <author>
          <name>
            Aron Petau
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://aron.petau.net/de/project/lusatia/"/>
        <id>https://aron.petau.net/de/project/lusatia/</id>
        
        <content type="html" xml:base="https://aron.petau.net/de/project/lusatia/">&lt;iframe
	class=&quot;youtube-embed&quot;
	src=&quot;https:&#x2F;&#x2F;www.youtube-nocookie.com&#x2F;embed&#x2F;kx6amt2jY7U&quot;
	allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot;
	referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen&gt;
&lt;&#x2F;iframe&gt;
&lt;p&gt;Bei einer Exkursion in die Lausitz entstand ein Projekt mit dem Arbeitstitel (Ent)Zäunung.
Hier sind die aktuellen Materialien.&lt;&#x2F;p&gt;
&lt;iframe width=&quot;100%&quot; height=&quot;1024&quot; frameborder=&quot;0&quot; allow=&quot;xr-spatial-tracking; gyroscope; accelerometer&quot; allowfullscreen scrolling=&quot;no&quot; src=&quot;https:&#x2F;&#x2F;kuula.co&#x2F;share&#x2F;collection&#x2F;7F22J?logo=1&amp;info=1&amp;fs=1&amp;vr=0&amp;zoom=1&amp;autop=5&amp;autopalt=1&amp;thumbs=3&amp;alpha=0.60&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;h2 id=&quot;Interaktive_Unity-Erfahrung&quot;&gt;Interaktive Unity-Erfahrung&lt;&#x2F;h2&gt;
&lt;p&gt;Erkunde das (Ent)Zäunung-Projekt in dieser interaktiven 3D-Umgebung. Verwende WASD zum Bewegen
und die Maus zum Umsehen.&lt;&#x2F;p&gt;
&lt;div style=&quot;margin-bottom: 10px;&quot;&gt;
  &lt;button id=&quot;muteBtn&quot; onclick=&quot;toggleMute()&quot; style=&quot;padding: 8px 16px; background: #333; color: white; border: none; border-radius: 4px; cursor: pointer;&quot;&gt;
    🔊 Stummschalten
  &lt;&#x2F;button&gt;
&lt;&#x2F;div&gt;
&lt;iframe
  id=&quot;unityFrame&quot;
  src=&quot;&#x2F;webgl&#x2F;lusatia&#x2F;index.html&quot;
  width=&quot;100%&quot;
  height=&quot;650&quot;
  frameborder=&quot;0&quot;
  allowfullscreen
  style=&quot;border: 1px solid #ccc; border-radius: 4px;&quot;&gt;
&lt;&#x2F;iframe&gt;
&lt;script&gt;
let isMuted = false;
function toggleMute() {
  const btn = document.getElementById(&#x27;muteBtn&#x27;);
  const frame = document.getElementById(&#x27;unityFrame&#x27;);
  
  &#x2F;&#x2F; Send message to Unity (requires Unity listener setup)
  if (frame.contentWindow) {
    frame.contentWindow.postMessage({type: &#x27;toggleMute&#x27;, muted: !isMuted}, &#x27;*&#x27;);
  }
  
  &#x2F;&#x2F; Update button
  isMuted = !isMuted;
  btn.innerHTML = isMuted ? &#x27;🔇 Ton an&#x27; : &#x27;🔊 Stummschalten&#x27;;
}
&lt;&#x2F;script&gt;
&lt;p&gt;&lt;strong&gt;Steuerung:&lt;&#x2F;strong&gt;&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;WASD&lt;&#x2F;strong&gt; oder &lt;strong&gt;Pfeiltasten&lt;&#x2F;strong&gt; - Bewegung&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;Maus&lt;&#x2F;strong&gt; - Umsehen&lt;&#x2F;li&gt;
&lt;li&gt;&lt;strong&gt;F&lt;&#x2F;strong&gt; - Vollbild umschalten&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
</content>
        
    </entry>
    <entry xml:lang="de">
        <title>3D-Modellierung und CAD</title>
        <published>2018-07-05T00:00:00+00:00</published>
        <updated>2018-07-05T00:00:00+00:00</updated>
        
        <author>
          <name>
            Aron Petau
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://aron.petau.net/de/project/cad/"/>
        <id>https://aron.petau.net/de/project/cad/</id>
        
        <content type="html" xml:base="https://aron.petau.net/de/project/cad/">&lt;h2 id=&quot;3D-Modellierung_und_CAD&quot;&gt;3D-Modellierung und CAD&lt;&#x2F;h2&gt;
&lt;h3 id=&quot;Gestaltung_von_3D-Objekten&quot;&gt;Gestaltung von 3D-Objekten&lt;&#x2F;h3&gt;
&lt;p&gt;Beim Erlernen des 3D-Drucks hat mich vor allem die Möglichkeit fasziniert, bestehende Produkte zu verändern oder zu reparieren.&lt;br &#x2F;&gt;
Auch wenn es eine großartige Community mit vielen guten und kostenlosen Modellen gibt, bin ich schnell an den Punkt gekommen, an dem ich nicht fand, was ich suchte.&lt;br &#x2F;&gt;
Mir wurde klar, dass dies eine wesentliche Fähigkeit ist, um nicht nur 3D-Drucker, sondern grundsätzlich jede Art von Produktionsmaschine sinnvoll zu nutzen.&lt;&#x2F;p&gt;
&lt;p&gt;Da ich alles über 3D-Druck auf YouTube gelernt habe und dort fast alle mit &lt;strong&gt;Fusion 360&lt;&#x2F;strong&gt; arbeiteten, habe ich mich ebenfalls dafür entschieden.&lt;br &#x2F;&gt;
Rückblickend war das eine sehr gute Wahl – ich habe mich in die Möglichkeiten des &lt;strong&gt;parametrischen Designs&lt;&#x2F;strong&gt; verliebt.&lt;br &#x2F;&gt;
Unten findest du einige meiner Entwürfe.&lt;br &#x2F;&gt;
Der Prozess selbst macht mir unglaublich viel Spaß und ich möchte ihn noch weiter vertiefen.&lt;&#x2F;p&gt;
&lt;p&gt;Durch Ausprobieren habe ich bereits viel darüber gelernt, wie man speziell für den 3D-Druck konstruiert.&lt;br &#x2F;&gt;
Trotzdem habe ich oft das Gefühl, dass mir ein tieferes Verständnis für &lt;strong&gt;ästhetische Gestaltung&lt;&#x2F;strong&gt; fehlt.&lt;br &#x2F;&gt;
Ich möchte meine generelle Fähigkeit erweitern, physische Objekte zu entwerfen – etwas, das ich mir im Masterstudium erhoffe.&lt;&#x2F;p&gt;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c539feb2bfae6da3d872?mode=embed&quot;
    width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c53974bf27fea6ee1a20?mode=embed&quot;
    width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c539ed795f9645d8b981?mode=embed&quot;
    width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c539bc7225ced67e5e92?mode=embed&quot;
    width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c5397f64c69f2093b1b5?mode=embed&quot;
    width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;iframe src=&quot;https:&#x2F;&#x2F;myhub.autodesk360.com&#x2F;ue2cf184b&#x2F;shares&#x2F;public&#x2F;SH9285eQTcf875d3c539e8166aea2f430aed?mode=embed&quot;
    width=&quot;100%&quot; height=&quot;600&quot; allowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; mozallowfullscreen=&quot;true&quot; frameborder=&quot;0&quot;&gt;&lt;&#x2F;iframe&gt;
&lt;img class=&quot;start pixels&quot;alt=&quot;Eine Kerze aus einem 3D-Scan, gefunden auf &amp;lt;https:&amp;#x2F;&amp;#x2F;hiddenbeauty.ch&amp;#x2F;&amp;gt;&quot;src=&quot;&amp;#x2F;images&amp;#x2F;breast_candle.jpg&quot;&#x2F;&gt;
&lt;p&gt;Mehr meiner fertigen Designs findest du in der &lt;strong&gt;Printables Community&lt;&#x2F;strong&gt; (früher Prusaprinters):&lt;&#x2F;p&gt;
&lt;div class=&quot;buttons&quot;&gt;
  &lt;a class=&quot;colored external&quot; href=&quot;https:&#x2F;&#x2F;www.printables.com&#x2F;social&#x2F;97957-arontaupe&#x2F;models&quot;&gt;Mein Printables-Profil&lt;&#x2F;a&gt;
&lt;&#x2F;div&gt;
&lt;img class=&quot;start pixels&quot;alt=&quot;Eine Kerze, erstellt mit einer 3D-gedruckten Form aus Fusion360&quot;src=&quot;&amp;#x2F;images&amp;#x2F;vulva_candle.jpg&quot;&#x2F;&gt;&lt;h2 id=&quot;3D-Scannen_und_Photogrammetrie&quot;&gt;3D-Scannen und Photogrammetrie&lt;&#x2F;h2&gt;
&lt;p&gt;Neben dem Entwerfen neuer Objekte interessiert mich auch die Integration der &lt;strong&gt;realen Welt&lt;&#x2F;strong&gt; in meine Arbeit.&lt;&#x2F;p&gt;
&lt;h3 id=&quot;Interaktion_mit_realen_Objekten_und_Umgebungen&quot;&gt;Interaktion mit realen Objekten und Umgebungen&lt;&#x2F;h3&gt;
&lt;p&gt;In den letzten Jahren habe ich mit verschiedenen Smartphone-Kameras experimentiert – leider waren meine Scans meist nicht präzise genug, um wirklich etwas damit anzufangen.&lt;br &#x2F;&gt;
Ein professioneller 3D-Scanner war zu teuer, also bastelte ich mir eine Kombination aus einer &lt;strong&gt;Raspberry-Pi-Kamera&lt;&#x2F;strong&gt; und einem günstigen &lt;strong&gt;TOF-Sensor&lt;&#x2F;strong&gt;.&lt;br &#x2F;&gt;
Das Setup ist simpel, aber bei weitem nicht so genau wie Laser- oder LiDAR-Sensoren. Dann brachte Apple die ersten Geräte mit &lt;strong&gt;zugänglichem LiDAR&lt;&#x2F;strong&gt; heraus.&lt;&#x2F;p&gt;
&lt;p&gt;Durch meine Arbeit an der Universität hatte ich schließlich Zugriff auf ein Gerät mit LiDAR und begann, damit zu experimentieren.&lt;br &#x2F;&gt;
Ein paar Beispiele siehst du hier:&lt;&#x2F;p&gt;
&lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;DigiLab Hauptraum&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;c880892c6b4746bc80717be1f81bf169&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt;
&lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;VR-Raum DigiLab&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;144b63002d004fb8ab478316e573da2e&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt;
&lt;p&gt;Der letzte Scan hier wurde nur mit einer &lt;strong&gt;Smartphone-Kamera&lt;&#x2F;strong&gt; erstellt.&lt;br &#x2F;&gt;
Man erkennt deutlich, dass die Qualität geringer ist, aber angesichts der einfachen Technik finde ich das Ergebnis beeindruckend –&lt;br &#x2F;&gt;
und es zeigt, wie sehr solche Technologien gerade &lt;strong&gt;demokratisiert&lt;&#x2F;strong&gt; werden.&lt;&#x2F;p&gt;
&lt;div class=&quot;sketchfab-embed-wrapper&quot;&gt; &lt;iframe title=&quot;Digitallabor UOS&quot; frameborder=&quot;0&quot; allowfullscreen mozallowfullscreen=&quot;true&quot; webkitallowfullscreen=&quot;true&quot; allow=&quot;autoplay; fullscreen; xr-spatial-tracking&quot; xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share width=&quot;800&quot; height=&quot;600&quot; src=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;models&#x2F;2f5cff5b08d243f2b2ceb94d788b9cd6&#x2F;embed?ui_theme=dark&amp;dnt=1&quot;&gt; &lt;&#x2F;iframe&gt; &lt;&#x2F;div&gt;
&lt;h2 id=&quot;Perspektive&quot;&gt;Perspektive&lt;&#x2F;h2&gt;
&lt;p&gt;Was dieser Abschnitt zeigen soll: Ich bin beim Thema &lt;strong&gt;CAD&lt;&#x2F;strong&gt; noch nicht da, wo ich gerne wäre.&lt;br &#x2F;&gt;
Ich fühle mich sicher genug, um kleine Reparaturen im Alltag anzugehen,&lt;br &#x2F;&gt;
aber beim &lt;strong&gt;Konstruieren komplexer Bauteilgruppen&lt;&#x2F;strong&gt;, die zusammen funktionieren müssen, fehlt mir noch technisches Know-how.&lt;br &#x2F;&gt;
Viele meiner Projekte sind halbfertig – einer der Hauptgründe ist der &lt;strong&gt;Mangel an fachlichem Austausch&lt;&#x2F;strong&gt; in meinem Umfeld.&lt;&#x2F;p&gt;
&lt;p&gt;Ich möchte mehr als nur Figuren oder Wearables gestalten.&lt;br &#x2F;&gt;
Ich möchte den &lt;strong&gt;3D-Druck als Werkzeugerweiterung&lt;&#x2F;strong&gt; nutzen –&lt;br &#x2F;&gt;
für mechanische oder elektrische Anwendungen, lebensmittelechte Objekte, oder einfach Dinge, die begeistern.&lt;br &#x2F;&gt;
Ich liebe die Idee, ein &lt;strong&gt;Baukastensystem&lt;&#x2F;strong&gt; zu entwickeln.&lt;br &#x2F;&gt;
Inspiriert von &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;makeway&#x2F;makeway-create-intricate-courses-watch-your-marbles-soar&quot;&gt;Makeways auf Kickstarter&lt;&#x2F;a&gt; habe ich bereits angefangen, eigene Teile zu entwerfen.&lt;&#x2F;p&gt;
&lt;p&gt;Ein Traum von mir ist eine &lt;strong&gt;eigene 3D-gedruckte Kaffeetasse&lt;&#x2F;strong&gt;, die sowohl &lt;strong&gt;spülmaschinenfest als auch lebensmittelecht&lt;&#x2F;strong&gt; ist.&lt;br &#x2F;&gt;
Dafür müsste ich viel Materialforschung betreiben – aber genau das macht es spannend.&lt;br &#x2F;&gt;
Ich möchte ein Material finden, das &lt;strong&gt;Abfälle&lt;&#x2F;strong&gt; einbezieht, um weniger von &lt;strong&gt;fossilen Kunststoffen&lt;&#x2F;strong&gt; abhängig zu sein.&lt;br &#x2F;&gt;
In Berlin möchte ich mich mit den Leuten von &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;www.kaffeeform.com&#x2F;de&#x2F;&quot;&gt;Kaffeform&lt;&#x2F;a&gt; austauschen, die &lt;strong&gt;kompostierbare Becher&lt;&#x2F;strong&gt; aus gebrauchten Espressoresten herstellen (wenn auch per Spritzgussverfahren).&lt;&#x2F;p&gt;
&lt;p&gt;Die Hersteller von &lt;strong&gt;Komposit-Filamenten&lt;&#x2F;strong&gt; sind bei der Beimischung nicht-plastischer Stoffe sehr vorsichtig,&lt;br &#x2F;&gt;
weil der &lt;strong&gt;Extrusionsprozess&lt;&#x2F;strong&gt; durch Düsen leicht fehleranfällig ist.&lt;br &#x2F;&gt;
Trotzdem glaube ich, dass gerade in diesem Bereich noch viel Potenzial steckt – besonders mit &lt;strong&gt;Pelletdruckern&lt;&#x2F;strong&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;Große Teile meiner Auseinandersetzung mit &lt;strong&gt;lokalem Recycling&lt;&#x2F;strong&gt; verdanke ich den großartigen Leuten von &lt;a rel=&quot;external&quot; href=&quot;https:&#x2F;&#x2F;preciousplastic.com&quot;&gt;Precious Plastic&lt;&#x2F;a&gt;, deren Open-Source-Designs mich sehr inspiriert haben.&lt;br &#x2F;&gt;
Ich finde es schwer, über CAD zu schreiben, ohne gleichzeitig über den &lt;strong&gt;Herstellungsprozess&lt;&#x2F;strong&gt; zu sprechen –&lt;br &#x2F;&gt;
und ich halte das für etwas Gutes.&lt;br &#x2F;&gt;
Design und Umsetzung gehören für mich zusammen.&lt;&#x2F;p&gt;
&lt;p&gt;Um noch sicherer zu werden, möchte ich mich stärker auf &lt;strong&gt;organische Formen&lt;&#x2F;strong&gt; konzentrieren.&lt;br &#x2F;&gt;
Deshalb will ich tiefer in &lt;strong&gt;Blender&lt;&#x2F;strong&gt; einsteigen – ein großartiges Tool, das viel zu mächtig ist, um es nur über YouTube zu lernen.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;Software,_die_ich_nutze_und_mag&quot;&gt;Software, die ich nutze und mag&lt;&#x2F;h2&gt;
&lt;div class=&quot;buttons&quot;&gt;
  &lt;a class=&quot;colored external&quot; href=&quot;https:&#x2F;&#x2F;alicevision.org&#x2F;#meshroom&quot;&gt;AliceVision Meshroom&lt;&#x2F;a&gt;
  &lt;a class=&quot;colored external&quot; href=&quot;https:&#x2F;&#x2F;scaniverse.com&#x2F;&quot;&gt;Scaniverse&lt;&#x2F;a&gt;
  &lt;a class=&quot;colored external&quot; href=&quot;https:&#x2F;&#x2F;sketchfab.com&#x2F;arontaupe&quot;&gt;Mein Sketchfab-Profil&lt;&#x2F;a&gt;
  &lt;a class=&quot;colored external&quot; href=&quot;https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.lvonasek.arcore3dscanner&amp;hl=de&amp;gl=DE&quot;&gt;3D Live Scanner für Android&lt;&#x2F;a&gt;
&lt;&#x2F;div&gt;
</content>
        
    </entry>
</feed>
