diff options
Diffstat (limited to 'modules/camera/3_4/v4l2_wrapper.cpp')
-rw-r--r-- | modules/camera/3_4/v4l2_wrapper.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/camera/3_4/v4l2_wrapper.cpp b/modules/camera/3_4/v4l2_wrapper.cpp index d715e7ec..085683d6 100644 --- a/modules/camera/3_4/v4l2_wrapper.cpp +++ b/modules/camera/3_4/v4l2_wrapper.cpp @@ -14,6 +14,9 @@ * limitations under the License. */ +//#define LOG_NDEBUG 0 +#define LOG_TAG "V4L2Wrapper" + #include "v4l2_wrapper.h" #include <algorithm> |