Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Add these to your project's manifest.
| `width` | Sets the camera view width. |
| `height` | Sets the camera view height. |
| `onLandmark`| Callback function to retrieve body landmark data. |
| `frameLimit`| set the frame rate during initialization(ios only). |
| `face` | Toggles visibility of the face in the body model. Affects the data provided by `onLandmark`. |
| `leftArm` | Toggles visibility of the left arm in the body model. Affects the data provided by `onLandmark`. |
| `rightArm` | Toggles visibility of the right arm in the body model. Affects the data provided by `onLandmark`. |
Expand Down