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 6e3eb80 commit 6a1ea17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions software/poppy_humanoid/configuration/poppy_humanoid.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,5 +321,13 @@
],
"orientation": "direct"
}
},
"sensors": {
"camera": {
"type": "OpenCVCamera",
"index": -1,
"fps": 20.0,
"resolution": [640, 480]
}
}
}

0 comments on commit 6a1ea17

Please sign in to comment.