文章链接
微信扫一扫分享
需要准备一个双目摄像头
import sensor 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)
sensor.shutdown(True) img=sensor.snapshot()
API 详情请参考: Sensor API
捕捉图像并显示在 LCD 上
demo_binocular
使用道具 举报
本版积分规则 回复 回帖并转播 回帖后跳转到最后一页
© 2013-2024 Comsenz Inc. Powered by Discuz! X3.4 Licensed