camerad: move sensor related code to /sensors (#30647)

old-commit-hash: ef262ff9eb5e52a58838479510947552a88ae3bd
This commit is contained in:
Dean Lee
2023-12-09 03:19:10 +08:00
committed by GitHub
parent 8e1aa2e513
commit 27284c4049
10 changed files with 238 additions and 200 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ Import('env', 'arch', 'cereal', 'messaging', 'common', 'gpucommon', 'visionipc')
libs = ['m', 'pthread', common, 'jpeg', 'OpenCL', 'yuv', cereal, messaging, 'zmq', 'capnp', 'kj', visionipc, gpucommon, 'atomic']
camera_obj = env.Object(['cameras/camera_qcom2.cc', 'cameras/camera_common.cc', 'cameras/camera_util.cc',
'sensors/ar0231.cc'])
'sensors/ar0231.cc', 'sensors/ox03c10.cc'])
env.Program('camerad', ['main.cc', camera_obj], LIBS=libs)
if GetOption("extras") and arch == "x86_64":