<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://knowledge.pinon-hebert.fr/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Camera_PI</id>
	<title>Camera PI - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://knowledge.pinon-hebert.fr/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Camera_PI"/>
	<link rel="alternate" type="text/html" href="https://knowledge.pinon-hebert.fr/mediawiki/index.php?title=Camera_PI&amp;action=history"/>
	<updated>2026-09-05T08:55:29Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://knowledge.pinon-hebert.fr/mediawiki/index.php?title=Camera_PI&amp;diff=2207&amp;oldid=prev</id>
		<title>Jpinon : Page créée avec « == Installation == L&#039;utilisation d&#039;une caméra est assez simple quand elle est branchée sur le port CSI.  On la branche et tout est installé par défaut.  On peut le vérifier avec&lt;syntaxhighlight lang=&quot;bash&quot;&gt; dmesg | grep -i csi &lt;/syntaxhighlight&gt;Moi j&#039;ai les lignes:&lt;syntaxhighlight lang=&quot;text&quot;&gt; /soc/csi@7e801000: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/ov5647@36 &lt;/syntaxhighlight&gt;J&#039;ai bien une caméra sur le port CSI qui utilise le capteur ov5647 su... »</title>
		<link rel="alternate" type="text/html" href="https://knowledge.pinon-hebert.fr/mediawiki/index.php?title=Camera_PI&amp;diff=2207&amp;oldid=prev"/>
		<updated>2026-09-04T22:25:58Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « == Installation == L&amp;#039;utilisation d&amp;#039;une caméra est assez simple quand elle est branchée sur le port CSI.  On la branche et tout est installé par défaut.  On peut le vérifier avec&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt; dmesg | grep -i csi &amp;lt;/syntaxhighlight&amp;gt;Moi j&amp;#039;ai les lignes:&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt; /soc/csi@7e801000: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/ov5647@36 &amp;lt;/syntaxhighlight&amp;gt;J&amp;#039;ai bien une caméra sur le port CSI qui utilise le capteur ov5647 su... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Installation ==&lt;br /&gt;
L&amp;#039;utilisation d&amp;#039;une caméra est assez simple quand elle est branchée sur le port CSI.&lt;br /&gt;
&lt;br /&gt;
On la branche et tout est installé par défaut.&lt;br /&gt;
&lt;br /&gt;
On peut le vérifier avec&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
dmesg | grep -i csi&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Moi j&amp;#039;ai les lignes:&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
/soc/csi@7e801000: Fixed dependency cycle(s) with&lt;br /&gt;
/soc/i2c0mux/i2c@1/ov5647@36&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;J&amp;#039;ai bien une caméra sur le port CSI qui utilise le capteur ov5647 super connu.&lt;br /&gt;
&lt;br /&gt;
== Utilisation ==&lt;br /&gt;
Pour l&amp;#039;utiliser c&amp;#039;est très simple :&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
rpicam-hello -t 0&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Les logs sur la console sont bavardes mais on a bien une fenêtre à l&amp;#039;écran qui affiche ce que voit la caméra.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;CTRL&amp;gt; + C pour sortir!&lt;br /&gt;
&lt;br /&gt;
Avec &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
rpicam-still -o test.jpg&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Ca ouvre l&amp;#039;écran et on a 10 sec pour prendre la pause!&lt;br /&gt;
&lt;br /&gt;
=== Utilisation a travers une connexion ssh ===&lt;br /&gt;
Si on veut que ce soit l&amp;#039;écran du PI qui affiche la prise de vue :&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
export DISPLAY=:0&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Sera nécessaire avant utilisation.&lt;br /&gt;
&lt;br /&gt;
Ne tentez pas de vous connecter en ssh -X il n&amp;#039;arrivera pas à mètre en place DRI3 pour faire le Transfer (e tout ca moi sur WSL).&lt;br /&gt;
&lt;br /&gt;
=== Streamer la video ===&lt;br /&gt;
On lance un streaming par :&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
rpicam-vid --nopreview --listen -t 0 --inline -o tcp://0.0.0.0:8888&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Et ailleurs dans le LAN on regarde avec VLC et l&amp;#039;URL : tcp/h264://192.168.8.132:8888&lt;br /&gt;
&lt;br /&gt;
Ca marche. C&amp;#039;est super lent, un délai de 4 sec entre la captation et la restitution, mais ca marche.&lt;/div&gt;</summary>
		<author><name>Jpinon</name></author>
	</entry>
</feed>