diff --git a/samples/device/camera.cc b/samples/device/camera.cc index 3ac12bb..a2664eb 100644 --- a/samples/device/camera.cc +++ b/samples/device/camera.cc @@ -13,6 +13,7 @@ MYNTEYE_USE_NAMESPACE int main(int argc, char *argv[]) { glog_init _(argc, argv); + LOG(INFO) << "Detecting MYNT EYE devices"; Context context; auto &&devices = context.devices();