camera_ops.h 457 B

123456789101112131415161718
  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. #ifndef __CAMERA_OPS_H__
  10. #define __CAMERA_OPS_H__
  11. #include <stdio.h>
  12. #include <csi_camera.h>
  13. #include <camera_manager.h>
  14. #endif /* __CAMERA_OPS_H__ */