mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-21 08:03:42 +08:00
send frame in packet on demand (#2567)
* focus lens helper2 * fix * yes screen * s * new/del * once * cleanup Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
@@ -11,10 +11,6 @@ if arch == "aarch64":
|
||||
elif arch == "larch64":
|
||||
libs += ['atomic']
|
||||
cameras = ['cameras/camera_qcom2.cc']
|
||||
# no screen
|
||||
# env = env.Clone()
|
||||
# env.Append(CXXFLAGS = '-DNOSCREEN')
|
||||
# env.Append(CFLAGS = '-DNOSCREEN')
|
||||
else:
|
||||
if USE_WEBCAM:
|
||||
libs += ['opencv_core', 'opencv_highgui', 'opencv_imgproc', 'opencv_videoio']
|
||||
|
||||
Reference in New Issue
Block a user