“Maix Binocular Camera”的版本间的差异
来自丢石头百科
小 (文本替换 - 替换“<br /><big>批量下载教程——请戳<big><big><big>☛</big></big></big></big>link=批量下载教程”为“转到:#软件,#程序,#文档”) |
小 (文本替换 - 替换“http://{{”为“https://{{”) |
||
(未显示同一用户的2个中间版本) | |||
第1行: | 第1行: | ||
<div class="tabber"> | <div class="tabber"> | ||
<div class="tabbertab" title="资料"> | <div class="tabbertab" title="资料"> | ||
− | {{ | + | {{Product |
− | | | + | |images=[[File:binocular_1.jpg|360px|alt=Maix Binocular Camera|link=https://{{SERVERNAME}}/shop/Sipeed-MAIX-Binocular-Camera.htm | Maix Binocular Camera]] |
− | | | + | |categories= |
− | | | + | {{Category|摄像头}} |
− | | | + | {{Category|AI}} |
+ | {{Category|视频}} | ||
|brand=Sipeed | |brand=Sipeed | ||
− | | | + | |features= |
− | + | * 双目摄像头 | |
− | + | * 像素:200W | |
− | + | * 接口:3*24P FPC连接器 | |
− | |||
}} | }} | ||
==简介== | ==简介== | ||
第64行: | 第64行: | ||
<!--{{Join_us}}--> | <!--{{Join_us}}--> | ||
</div> | </div> | ||
+ | == FAQ == | ||
<div class="tabbertab" title="FAQ"><br />{{Maix-Binocular-Camera-FAQ}}</div> | <div class="tabbertab" title="FAQ"><br />{{Maix-Binocular-Camera-FAQ}}</div> | ||
<div class="tabbertab" title="售后"><br />{{Maix-services}}</div> | <div class="tabbertab" title="售后"><br />{{Maix-services}}</div> | ||
<br /> | <br /> | ||
</div> | </div> |
2021年6月18日 (五) 17:59的最新版本
| |||||||||||||||||||
| |||||||||||||||||||
|
简介
Maix Binocular Camera为Maix AI系列开发板的摄像头扩展板,板载双摄像头且两摄像头间距60mm(接近人体双目瞳距),专为深度视觉、立体视觉而设计,可应用在人工智能领域。
上手视频
资源
软件开发套件(SDK)
- MaixPy (脚本开发,简单快速易上手,开源、社区支持南)
- Maixduino (使用 Arduino 库开发,简单快速易上手,开源、社区支持)
- Kendryte SDK (勘智官方 SDK ,提供基础 API)
- RT_Thread (RT-Thread 支持)
固件
软件
例程
该例程是基于Maixpy脚本开发的,具体操作请观看视频栏中的Maixpy上手教程。
import sensor import image import lcd import time lcd.init() lcd.freq(15000000) sensor.binocular_reset() sensor.shutdown(False) sensor.set_pixformat(sensor.RGB565) sensor.set_framesize(sensor.QVGA) sensor.shutdown(True) sensor.set_pixformat(sensor.RGB565) sensor.set_framesize(sensor.QVGA) sensor.run(1) while True: sensor.shutdown(False) img=sensor.snapshot() lcd.display(img) time.sleep_ms(100) sensor.shutdown(True) img=sensor.snapshot() lcd.display(img) time.sleep_ms(100)
FAQ
QQ技术交流群:878189804
EMAIL:support@sipeed. com
说明:进行售后服务前,请准备好客户信息(定货单位、定货人等),以供验证。 |