Skip to content

Commit

Permalink
all three
Browse files Browse the repository at this point in the history
  • Loading branch information
Comma Device committed Oct 4, 2024
1 parent 82f9f53 commit b610940
Show file tree
Hide file tree
Showing 2 changed files with 374 additions and 19 deletions.
2 changes: 1 addition & 1 deletion system/camerad/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libs = ['pthread', common, 'jpeg', 'OpenCL', messaging, visionipc, gpucommon]

camera_obj = env.Object(['cameras/camera_qcom2.cc', 'cameras/camera_common.cc', 'cameras/spectra.cc',
'sensors/ar0231.cc', 'sensors/ox03c10.cc', 'sensors/os04c10.cc'])
#env.Program('camerad', ['main.cc', camera_obj], LIBS=libs)
env.Program('camerad', ['main.cc', camera_obj], LIBS=libs)

#env.Program('ife', ['cameras/ife.cc', ], LIBS=libs)

Expand Down
Loading

0 comments on commit b610940

Please sign in to comment.