summaryrefslogtreecommitdiffhomepage
path: root/tracker-rs/rs_impl/ftnoir_tracker_rs_impl.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-03-07 01:11:21 +0100
committerStanislaw Halik <sthalik@misaki.pl>2016-03-07 01:11:21 +0100
commitd241a49ec83d8a146ceddca44b1281c7e4c9da50 (patch)
treed31e95887ebabf85a06c7ccddcba773d30f96d97 /tracker-rs/rs_impl/ftnoir_tracker_rs_impl.h
parent1ab1d2c72315c03bf10c5c78bb6b3b674926039f (diff)
parent69005c7e0295b1b6f39e7d3f3d9d2911a31e246c (diff)
Merge branch 'unstable' into trackhattrackhat-1.2p1
Diffstat (limited to 'tracker-rs/rs_impl/ftnoir_tracker_rs_impl.h')
-rw-r--r--tracker-rs/rs_impl/ftnoir_tracker_rs_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-rs/rs_impl/ftnoir_tracker_rs_impl.h b/tracker-rs/rs_impl/ftnoir_tracker_rs_impl.h
index 0e4073d0..a4c03ce8 100644
--- a/tracker-rs/rs_impl/ftnoir_tracker_rs_impl.h
+++ b/tracker-rs/rs_impl/ftnoir_tracker_rs_impl.h
@@ -15,5 +15,6 @@
extern "C" {
RSTRACKERIMPL_VISIBILITY int rs_tracker_impl_start();
RSTRACKERIMPL_VISIBILITY int rs_tracker_impl_update_pose(double *pose);
+ RSTRACKERIMPL_VISIBILITY int rs_tracker_impl_get_preview(void* data, int width, int height);
RSTRACKERIMPL_VISIBILITY int rs_tracker_impl_end();
}