Skip to content

Commit

Permalink
Add bloc "sensors": { "camera" ....
Browse files Browse the repository at this point in the history
To allow a start API from puppet with the camera activated if any....
  • Loading branch information
cjlux authored Oct 28, 2020
1 parent 9d7baad commit f1de072
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions software/poppy_torso/configuration/poppy_torso.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@
],
"orientation": "direct"
}
},
"sensors": {
"camera": {
"type": "OpenCVCamera",
"index": -1,
"fps": 20.0,
"resolution": [640, 480]
}
}
}

0 comments on commit f1de072

Please sign in to comment.