/* * Copyright (C) 2021 Alibaba Group Holding Limited * Author: LuChongzhi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include #include #include #define LOG_LEVEL 2 #define LOG_PREFIX "test1" #include #include #include #define TEST_DEVICE_NAME "/dev/video" int main(int argc, char *argv[]) { LOG_I("This is camera_test1\n"); return 0; }