feat: start of smart head movement
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user