camera_ops.c 421 B

1234567891011121314151617
  1. /*
  2. * Copyright (C) 2021 Alibaba Group Holding Limited
  3. * Author: LuChongzhi <chongzhi.lcz@alibaba-inc.com>
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * published by the Free Software Foundation.
  8. */
  9. #include <stdio.h>
  10. #define LOG_LEVEL 3
  11. #define LOG_PREFIX "camera_ops"
  12. #include <syslog.h>
  13. #include "camera_ops.h"