feat: start of smart head movement

This commit is contained in:
2021-01-13 21:31:44 +01:00
parent 7d46950add
commit 2cbe388ceb
3 changed files with 28 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ camera = Camera()
def camera_image():
scheduler.enter(INTERVAL_IMAGE, 1, camera_image)
image = camera.get_image()
image, face = camera.get_image()
redisdb.publish('image', image)