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

来自丢石头百科
(创建页面,内容为“<div class="tabber"> <div class="tabbertab" title="资料"> {{外围模块|colorscheme=blue |img=File:binocular_1.jpg|360px|alt=Maix Binocular Camera|link=http://{…”)
 
(文本替换 - 替换“<br /><big>批量下载教程——请戳<big><big><big>☛</big></big></big></big>link=批量下载教程”为“转到:#软件#程序#文档”)
第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}}-->

2020年1月9日 (四) 13:44的版本

Maix Binocular Camera
Maix Binocular Camera
{{{name2}}}
{{{name3}}}
基本信息
分类: 通用摄像头模块
{{{userDefinedInfo1}}}: {{{userdefinedvalue1}}}
{{{userDefinedInfo2}}}: {{{userdefinedvalue2}}}
{{{userDefinedInfo3}}}: {{{userdefinedvalue3}}}
品牌: Sipeed
功能简介
特性 双目摄像头
' 无特性,不解释
像素 200W
接口 3*24P FPC连接器
' 无特性,不解释
接口
相关产品

{{{Product1}}}

{{{Product2}}}

{{{Product3}}}

{{{Product4}}}

{{{Product5}}}

{{{Product6}}}

简介

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)

转到:#软件#程序#文档


QQ技术交流群:878189804

EMAIL:support@sipeed. com

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