“Maix Binocular Camera”的版本间的差异

来自丢石头百科
(创建页面,内容为“<div class="tabber"> <div class="tabbertab" title="资料"> {{外围模块|colorscheme=blue |img=File:binocular_1.jpg|360px|alt=Maix Binocular Camera|link=http://{…”)
 
(文本替换 - 替换“http://{{”为“https://{{”)
 
(未显示同一用户的3个中间版本)
第1行: 第1行:
 
<div class="tabber">
 
<div class="tabber">
 
<div class="tabbertab" title="资料">
 
<div class="tabbertab" title="资料">
{{外围模块|colorscheme=blue
+
{{Product
|img=[[File:binocular_1.jpg|360px|alt=Maix Binocular Camera|link=http://{{SERVERNAME}}/shop/Sipeed-MAIX-Binocular-Camera.htm | Maix Binocular Camera]]
+
|images=[[File:binocular_1.jpg|360px|alt=Maix Binocular Camera|link=https://{{SERVERNAME}}/shop/Sipeed-MAIX-Binocular-Camera.htm | Maix Binocular Camera]]
|category1=通用摄像头
+
|categories=
|category2=AI
+
{{Category|摄像头}}
|category3=音视频
+
{{Category|AI}}
 +
{{Category|视频}}
 
|brand=Sipeed
 
|brand=Sipeed
|feature=双目摄像头
+
|features=
|feature-name2=像素
+
* 双目摄像头
|feature-value2=200W
+
* 像素:200W
|feature-name3=接口
+
* 接口:3*24P FPC连接器
|feature-value3=3*24P FPC连接器
 
 
}}
 
}}
 
==简介==
 
==简介==
第60行: 第60行:
 
     time.sleep_ms(100)
 
     time.sleep_ms(100)
 
</pre>
 
</pre>
<br /><big>批量下载教程——请戳<big><big><big>☛</big></big></big></big>[[File:download-icon.png|link=批量下载教程]]
+
转到:[[#软件]],[[#程序]],[[#文档]]
  
 
<!--{{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 Binocular Camera
基本信息

分类: 摄像头 AI 视频

品牌: Sipeed

功能简介
特性
  • 双目摄像头
  • 像素:200W
  • 接口:3*24P FPC连接器

接口

接口

相关产品

{{{related}}}

简介

Maix Binocular Camera为Maix AI系列开发板的摄像头扩展板,板载双摄像头且两摄像头间距60mm(接近人体双目瞳距),专为深度视觉、立体视觉而设计,可应用在人工智能领域。

上手视频

资源

软件开发套件(SDK)

固件

软件

例程

该例程是基于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

说明:进行售后服务前,请准备好客户信息(定货单位、定货人等),以供验证。