Go to the source code of this file.
- Copyright
- Copyright (c) 2021 Semidrive Semiconductor. All rights reserved.
Revision History:
◆ MAX_PIXFMT_COUNT
| #define MAX_PIXFMT_COUNT 8 |
◆ camera_handle
Camera instance for app user.
◆ hal_cam_deinit()
◆ hal_cam_dqbuf()
◆ hal_cam_enum_format()
| int hal_cam_enum_format |
( |
camera_handle * |
cam_handle, |
|
|
uint32_t * |
format |
|
) |
| |
◆ hal_cam_get_fps()
| int hal_cam_get_fps |
( |
camera_handle * |
cam_handle, |
|
|
uint32_t * |
fps |
|
) |
| |
◆ hal_cam_get_instance()
Get a camera instance by cam id.
◆ hal_cam_get_size()
| int hal_cam_get_size |
( |
camera_handle * |
cam_handle, |
|
|
uint32_t * |
width, |
|
|
uint32_t * |
height |
|
) |
| |
◆ hal_cam_init()
◆ hal_cam_put_instance()
◆ hal_cam_qbuf()
◆ hal_cam_set_crop()
| int hal_cam_set_crop |
( |
camera_handle * |
cam_handle, |
|
|
uint32_t |
x[2], |
|
|
uint32_t |
y[2], |
|
|
uint32_t |
w[2], |
|
|
uint32_t |
h[2] |
|
) |
| |
◆ hal_cam_set_format()
| int hal_cam_set_format |
( |
camera_handle * |
cam_handle, |
|
|
uint32_t |
format |
|
) |
| |
◆ hal_cam_set_memrange()
| int hal_cam_set_memrange |
( |
camera_handle * |
cam_handle, |
|
|
uint32_t |
low[3], |
|
|
uint32_t |
up[3] |
|
) |
| |
◆ hal_cam_start()
◆ hal_cam_stop()