Skip to content

Commit

Permalink
camerad: reduce to 1s of buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Nov 10, 2023
1 parent 86efd70 commit 72cc2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/camerad/cameras/camera_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define CAMERA_ID_OX03C10 9
#define CAMERA_ID_MAX 10

const int YUV_BUFFER_COUNT = 40;
const int YUV_BUFFER_COUNT = 20;

enum CameraType {
RoadCam = 0,
Expand Down

0 comments on commit 72cc2e3

Please sign in to comment.