inspect_camera_pi.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:tensorflow-pi 作者: karaage0703 项目源码 文件源码
def shutter():
    photofile = open(photo_filename, 'wb')
    print(photofile)

    with picamera.PiCamera() as camera:
        camera.resolution = (640,480)
        camera.start_preview()
        sleep(1.000)
        camera.capture(photofile)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号