“Maix Binocular Camera”的版本间的差异
来自丢石头百科
小 (文本替换 - 替换“([^=]) <div class="tabbertab" title="FAQ">”为“$1 == FAQ == <div class="tabbertab" title="FAQ">”) |
|||
第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=http://{{SERVERNAME}}/shop/Sipeed-MAIX-Binocular-Camera.htm | Maix Binocular Camera]] |
− | | | + | |categories= |
− | | | + | {{Category|摄像头}} |
− | | | + | {{Category|AI}} |
+ | {{Category|视频}} | ||
|brand=Sipeed | |brand=Sipeed | ||
− | | | + | |features= |
− | + | * 双目摄像头 | |
− | + | * 像素:200W | |
− | + | * 接口:3*24P FPC连接器 | |
− | |||
}} | }} | ||
==简介== | ==简介== |
2020年11月3日 (二) 10:28的版本
| |||||||||||||||||||
| |||||||||||||||||||
|
简介
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
说明:进行售后服务前,请准备好客户信息(定货单位、定货人等),以供验证。 |