mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 21:42:05 +08:00
100 yuv buffers for all
old-commit-hash: 4c0caf7f7ea3a0127e6b573a78850004aab8e187
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "selfdrive/camerad/cameras/camera_frame_stream.h"
|
||||
#endif
|
||||
|
||||
const int YUV_COUNT = Hardware::EON() ? 100 : 40;
|
||||
const int YUV_COUNT = 100;
|
||||
|
||||
static cl_program build_debayer_program(cl_device_id device_id, cl_context context, const CameraInfo *ci, const CameraBuf *b, const CameraState *s) {
|
||||
char args[4096];
|
||||
|
||||
Reference in New Issue
Block a user