tips:sensors:zed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tips:sensors:zed [2019/11/06 11:07] – created scipiotips:sensors:zed [2019/11/06 18:04] (current) – [opencv native] scipio
Line 1: Line 1:
 ====== ZED ====== ====== ZED ======
  
-===== arch =====+[[https://support.stereolabs.com/hc/en-us/articles/360007395634-What-is-the-camera-focal-length-and-field-of-view-|FOV and resolutions]] 
 +===== sdk arch =====
  
 /usr/local/zed/tools/qt.conf /usr/local/zed/tools/qt.conf
Line 10: Line 11:
 Plugins = /usr/lib/qt/plugins Plugins = /usr/lib/qt/plugins
 </code> </code>
 +
 +===== opencv native =====
 +
 +example
 +<code>
 +git clone https://github.com/stereolabs/zed-opencv-native.git
 +</code>
 +
 +change to
 +<code>
 +cap = cv2.VideoCapture(0, cv2.CAP_V4L)
 +</code> 
 +
 +===== python api =====
 +
 +<code>
 +https://github.com/stereolabs/zed-python-api
 +</code>
 +
  • tips/sensors/zed.1573034862.txt.gz
  • Last modified: 2019/11/06 11:07
  • by scipio