mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-07 15:46:12 +00:00
t/hand: Remove per frame printing
This commit is contained in:
parent
1e995dbbe3
commit
a5bf14502c
|
@ -140,7 +140,6 @@ do_view(TrackerHand &t, View &view, cv::Mat &grey, cv::Mat &rgb)
|
||||||
static void
|
static void
|
||||||
process(TrackerHand &t, struct xrt_frame *xf)
|
process(TrackerHand &t, struct xrt_frame *xf)
|
||||||
{
|
{
|
||||||
printf("process frame\n");
|
|
||||||
if (xf == NULL) {
|
if (xf == NULL) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue