mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:48:38 +02:00
Fix small typo.
This commit is contained in:
parent
ac35009cac
commit
dc036551ac
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -259,7 +259,7 @@ void position_updated(MarkerCapture* inst, MarkerPositionEstimate position){
|
||||||
position.blob1_center.x, position.blob0_center.y,
|
position.blob1_center.x, position.blob0_center.y,
|
||||||
position.distance,
|
position.distance,
|
||||||
position.angle);
|
position.angle);
|
||||||
myHead.SetRoll(position.angle);
|
myHead.setRoll(position.angle);
|
||||||
}
|
}
|
||||||
|
|
||||||
void marker_frame_available(MarkerCapture* inst, IplImage* image, IplImage* thresh_image){
|
void marker_frame_available(MarkerCapture* inst, IplImage* image, IplImage* thresh_image){
|
||||||
|
|
Loading…
Reference in a new issue