Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tips:sensors:zed [2019/11/06 11:07] – created scipio | tips:sensors:zed [2019/11/06 18:04] (current) – [opencv native] scipio | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ZED ====== | ====== ZED ====== | ||
- | ===== arch ===== | + | [[https:// |
+ | ===== sdk arch ===== | ||
/ | / | ||
Line 10: | Line 11: | ||
Plugins = / | Plugins = / | ||
</ | </ | ||
+ | |||
+ | ===== opencv native ===== | ||
+ | |||
+ | example | ||
+ | < | ||
+ | git clone https:// | ||
+ | </ | ||
+ | |||
+ | change to | ||
+ | < | ||
+ | cap = cv2.VideoCapture(0, | ||
+ | </ | ||
+ | |||
+ | ===== python api ===== | ||
+ | |||
+ | < | ||
+ | https:// | ||
+ | </ | ||
+ |