mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-06 05:52:12 +08:00
camera_frame_stream.h: remove unused variables (#20340)
old-commit-hash: ecfb9d88d0726d93dc9454d05953352e3d3e5667
This commit is contained in:
@@ -14,20 +14,16 @@
|
||||
#define FRAME_BUF_COUNT 16
|
||||
|
||||
typedef struct CameraState {
|
||||
int camera_id;
|
||||
int camera_num;
|
||||
CameraInfo ci;
|
||||
|
||||
int fps;
|
||||
float digital_gain;
|
||||
float cur_gain_frac;
|
||||
|
||||
CameraBuf buf;
|
||||
} CameraState;
|
||||
|
||||
typedef struct MultiCameraState {
|
||||
int ispif_fd;
|
||||
|
||||
CameraState road_cam;
|
||||
CameraState driver_cam;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user