photobooth.py 文件源码

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

项目:photobooth 作者: LoiX07 项目源码 文件源码
def quit(self):
        """ Cleanup function """
        log.debug("Quitting")
        log.debug("Cleaning the photobooth")
        self.queue.put("exit")
        self.camera.close()
        self.lamp.set_level(0)
        self.count_display.switch_off()
        GPIO.output(self.trigger_led_channel, 0)
        GPIO.output(self.shutdown_led_channel, 0)
        GPIO.cleanup()
        sys.exit()


#################
### Functions ###
#################
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号