Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
可否实现间隔固定时长后自动拍照生成图片保存在电脑中?或者是否可以实现间隔固定时长自动拍摄照片保存?
不能保存到电脑中,只能保存到OpenMV的SD卡中。
while True: img = sensor.snapshot() img.save('img.jpg') time.sleep(1000)