<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Wie starte ich die PiCam / How to start the PiCam - PiCam				            </title>
            <link>https://forum.taskit.de/picam/wie-starte-ich-die-picam-how-to-start-the-picam</link>
            <description>taskit Forum Diskussions Board</description>
            <language>de</language>
            <lastBuildDate>Tue, 14 Apr 2026 13:25:39 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Wie starte ich die PiCam / How to start the PiCam</title>
                        <link>https://forum.taskit.de/picam/wie-starte-ich-die-picam-how-to-start-the-picam#post-40</link>
                        <pubDate>Thu, 13 Oct 2022 09:02:23 +0000</pubDate>
                        <description><![CDATA[Setup for customersZuletzt geändert von DE am 2021/03/10 11:09Important noticeThe connector for the camera has connections on both sides so the cable has not to be twisted to align the camer...]]></description>
                        <content:encoded><![CDATA[<p>Setup for customers<br />Zuletzt geändert von DE am 2021/03/10 11:09<br /><br />Important notice<br /><br />The connector for the camera has connections on both sides so the cable has not to be twisted to align the camera properly. The drawback of that is that you can destroy the camera and your raspberry pi module if you connect it wrong! On the connections board pin 1 and 15 are marked. make sure to connect pin 1 from your camera with pin 1 from the PiCam board. For the Pi HQ camera you can hold the camera over the board like it would be normally positioned insert the cable properly on the camera and without twisting the cable connect it to the PiCam module.<br />Power the Picam<br /><br />Connect your USB micro b connector to the left usb slot.<br /><br /><img class="postimage" src="http://ledato.de/download/picam/1614237902926-736.png" alt="Bild" /><br /><br />First test<br /><br />The device will boot and start a hotspot.<br /><br />SSID: taskit pi cam<br /><br />password: 12345678<br /><br />Connect to the hotspot, open a web browser and navigate to <a class="postlink" href="http://192.168.42.1/">http://192.168.42.1/</a><br /><br />The login for the Motioneye setup are the defaults. For admin access username admin and no password.<br /><br />For normal user access both can be left empty.<br /><br />Username: admin<br /><br />Password:<br /><br />The raw video footage is located at <a class="postlink" href="http://192.168.42.1:8000/video_feed">http://192.168.42.1:8000/video_feed</a><br /><br />Connec the PiCam to your wifi<br /><br />Open a web browser and navigate to <a class="postlink" href="http://192.168.42.1:8080">http://192.168.42.1:8080</a>. Select the Wifi you want to use and input your wifi password.<br /><br />When you confirm your wifi settings you will get the notice below.<br /><br />PiCam has closed its hotspot and tries to connect to your wifi with your settings. <br /><br />Any other inputs you do now will not be sent to the PiCam.<br /><br /><br /><img class="postimage" src="http://ledato.de/download/picam/1614665944994-647.png" alt="Bild" /><br /><br />If you get the following notification you have already clicked on connect and are disconnected.<br /><br />So any changes you did wont be applied.<br /><br /><br /><img class="postimage" src="http://ledato.de/download/picam/1615272024376-370.png" alt="Bild" /><br /><br />Connect to your PiCam in your Network<br /><br />You can access the PiCam with the url taskitpicam.local in your browser. <br /><br />If you want to use its ipv4-address send "ping taskitpicam.local -4" from your command line and use the ip.<br />Using multiple PiCams<br /><br />When you add a second PiCam to your network the second cam will set its hostname to taskitpicam-2.local every new PiCam will iterate on that.<br /><br />To access the additional PiCams follow the steps from Connect to your PiCam in your Network.<br />Use the camera without tenserflow<br /><br />You might want to disable tenserflow(Object detection) to get a smoother video feed. <br /><br />To do that use your favorite SSH client and connect to the Pi. The login data are the default raspberry pi logins.<br /><br />User: pi, password: raspberry.<br /><br />Run systemctl stop tflite_example.service followed by systemctl disable tflite_example.service.<br /><br />Now that you have disabled tenserflow you can go back into your webbrowser and navigate to taskitpicam.local.<br /><br />If you are not logged in as admin click on the little person and login as one, with User: admin and no password.<br /><br />Delete the existing camera setup by clicking on the trashcan and add a Local MMAL camera, it should detect the connected camera automatically, apply your changes and you have your expected output.<br />Trouble shooting<br /><br />The PiCam is not connected to the wifi after the steps in Connec the PiCam to your wifi.<br /><br />If the PiCam was not able to connect to the wifi it will open its hotspot again so reconnect to it and input your settings again.<br />Location and short description of running programs<br /><br />wifi-connect is used to get the wifi setup screen. the service is called wifi_connect.service all other related files are located in /usr/local/share/wifi connect/ , /usr/local/sbin/ and /usr/local/bin/. For more information about wifi connect visit <a class="postlink" href="https://github.com/balena-io/wifi-connect">https://github.com/balena-io/wifi-connect</a><br /><br />motioneye is used to host the webserver that shows the camera output. The service file is called motioneye.service. For more information about motioneye visit <a class="postlink" href="https://github.com/ccrisan/motioneye/wiki">https://github.com/ccrisan/motioneye/wiki</a><br /><br />tenserflow lite is used to detect objects. the service is called tflite_example.service. The script used to detect objects and stream the video feed to motioneye is located at /home/pi/tflite1/TFLite_detection_webcam.py it is setup to use the virtual environment tflite1-env. For more information about the tenserflow setup visit <a class="postlink" href="https://github.com/EdjeElectronics/TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi">https://github.com/EdjeElectronics/Tens ... spberry-Pi</a> for more information about the sreaming of the video stream visit <a class="postlink" href="https://www.pyimagesearch.com/2019/09/02/opencv-stream-video-to-web-browser-html-page/">https://www.pyimagesearch.com/2019/09/0 ... html-page/</a></p>]]></content:encoded>
						                            <category domain="https://forum.taskit.de/picam">PiCam</category>                        <dc:creator>mpurrmann</dc:creator>
                        <guid isPermaLink="true">https://forum.taskit.de/picam/wie-starte-ich-die-picam-how-to-start-the-picam#post-40</guid>
                    </item>
				                    <item>
                        <title>Wie starte ich die PiCam / How to start the PiCam</title>
                        <link>https://forum.taskit.de/picam/wie-starte-ich-die-picam-how-to-start-the-picam#post-39</link>
                        <pubDate>Thu, 13 Oct 2022 09:01:57 +0000</pubDate>
                        <description><![CDATA[Hallo taskit-Team,wie kann ich die PiCam starten und darauf zugreifen?Ich habe die PiCam gekauft, weiß aber nicht, wie ich diese starten kann.
 
Hello taskit-team,how can I start and acces...]]></description>
                        <content:encoded><![CDATA[<p>Hallo taskit-Team,<br /><br />wie kann ich die PiCam starten und darauf zugreifen?<br /><br />Ich habe die PiCam gekauft, weiß aber nicht, wie ich diese starten kann.</p>
<p> </p>
<p>Hello taskit-team,<br /><br />how can I start and access the PiCam?<br /><br />I bought the PiCam but I don't know how to start it.</p>]]></content:encoded>
						                            <category domain="https://forum.taskit.de/picam">PiCam</category>                        <dc:creator>mpurrmann</dc:creator>
                        <guid isPermaLink="true">https://forum.taskit.de/picam/wie-starte-ich-die-picam-how-to-start-the-picam#post-39</guid>
                    </item>
							        </channel>
        </rss>
		