Outils pour utilisateurs

Outils du site


intel_realsense

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
intel_realsense [2021/04/05 16:46] – [Calibration de la ceméra] sergeintel_realsense [2022/03/22 14:12] (Version actuelle) – [Les pages sur la détection de squelette] Benjamin Labomedia
Ligne 1: Ligne 1:
 ====== Intel Realsense====== ====== Intel Realsense======
 +<WRAP center round box 80% centeralign>
 +**{{tagpage>skeleton camera3D|Les pages sur les caméras 3D et la détection de squelette}}**     **[[http://translate.google.com/translate?hl=&sl=auto&tl=en&u=https%3A%2F%2Fressources.labomedia.org%2Fintel_realsense|English Version]]**
 +</WRAP>
 +
 +{{ :media_15:img_0005.jpg?600 |}}
 ===== Ressources ===== ===== Ressources =====
-  * https://intelrealsense.github.io/librealsense/python_docs/_generated/pyrealsense2.html API python 
-  * https://pyrealsense.readthedocs.io/en/master/pyrealsense.html 
-  * https://github.com/IntelRealSense/librealsense/tree/development/wrappers/python/examples Exemples python sur GitHub 
  
-=====Installation du driver du Capteur D455=====+  * **[[cameras_de_profondeur|Camera Realsense Installation]] Intel® RealSense™ Computer Vision - Depth and Tracking cameras**
  
 +  * [[https://intelrealsense.github.io/librealsense/python_docs/_generated/pyrealsense2.html|API python]]
 +  * [[https://pyrealsense.readthedocs.io/en/master/pyrealsense.html|pyrealsense.readthedocs.io]]
 +  * [[https://github.com/IntelRealSense/librealsense/tree/development/wrappers/python/examples| Exemples python sur GitHub]]
  
 +=====Installation du driver du Capteur D455=====
   * **[[https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md|github.com librealsense doc linux]]**   * **[[https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md|github.com librealsense doc linux]]**
  
-  sudo apt-key adv --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE +Validé sur Debian 11 Bullseye 
-  sudo add-apt-repository "deb http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic main" -u + 
-  sudo apt-get install librealsense2-dkms +<code bash> 
-  sudo apt-get install librealsense2-utils+sudo apt-key adv --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE 
 +sudo apt install software-properties-common 
 +sudo add-apt-repository "deb https://librealsense.intel.com/Debian/apt-repo focal main" -u 
 +</code> 
 + 
 +Puis\\ 
 +  sudo apt update 
 +  sudo apt install -librealsense2-dkms
  
 Tester avec: Tester avec:
 +  sudo apt install librealsense2-utils
   realsense-viewer   realsense-viewer
 +  
 +Voir si le module est bien chargé
 +  modinfo uvcvideo | grep "version:"            devrait inclure realsense
  
 {{ ::realsense_viewer.png?400 |}} {{ ::realsense_viewer.png?400 |}}
Ligne 24: Ligne 41:
   * https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python#installation   * https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python#installation
  
-  pip install pyrealsense2+  python3 -m pip install pyrealsense2 --user
  
 ====L'exemple de la doc librealsense==== ====L'exemple de la doc librealsense====
Ligne 109: Ligne 126:
 =====Les pages sur la détection de squelette===== =====Les pages sur la détection de squelette=====
   * [[skeleton_tracking_de_cubemos_logiciel_proprietaire|]]   * [[skeleton_tracking_de_cubemos_logiciel_proprietaire|]]
-  * [[detection_d_un_squelette_dans_une_image|]]+  * [[pose_estimation_avec_opencv]]
  
  
-{{tag> capteurs opencv python sb }}+{{tag> capteurs opencv python realsense sb skeleton camera3D ia}}
intel_realsense.1617641203.txt.gz · Dernière modification : 2021/04/05 16:46 de serge