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:
ZwX1616
2020-11-18 13:39:50 -08:00
committed by GitHub
parent cc1bca542d
commit c630cd44da
6 changed files with 43 additions and 60 deletions
-4
View File
@@ -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']