platform_action.h 505 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2021 Alibaba Group Holding Limited
  3. * Author: fuqian.zxr <fuqian.zxr@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 __PLATFORM_ACTION_H__
  10. #define __PLATFORM_ACTION_H__
  11. #include <csi_camera.h>
  12. int camera_action_image_save(csi_frame_ex_s *frame);
  13. int camera_action_image_display(csi_frame_ex_s *frame);
  14. #endif