diff --git a/software/poppy_torso/configuration/poppy_torso.json b/software/poppy_torso/configuration/poppy_torso.json index b2fb323..5e0f883 100644 --- a/software/poppy_torso/configuration/poppy_torso.json +++ b/software/poppy_torso/configuration/poppy_torso.json @@ -168,6 +168,14 @@ ], "orientation": "direct" } + }, + "sensors": { + "camera": { + "type": "OpenCVCamera", + "index": -1, + "fps": 20.0, + "resolution": [640, 480] + } } }