mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 03:22:07 +08:00
webcam: add /usr/include/opencv4 to CPPPATH (#22320)
old-commit-hash: 5f9e0f7869eddcaff6e643cb7cf5031fcab82864
This commit is contained in:
@@ -16,7 +16,7 @@ else:
|
||||
env = env.Clone()
|
||||
env.Append(CXXFLAGS = '-DWEBCAM')
|
||||
env.Append(CFLAGS = '-DWEBCAM')
|
||||
env.Append(CPPPATH = '/usr/local/include/opencv4')
|
||||
env.Append(CPPPATH = ['/usr/include/opencv4', '/usr/local/include/opencv4'])
|
||||
else:
|
||||
if USE_FRAME_STREAM:
|
||||
cameras = ['cameras/camera_frame_stream.cc']
|
||||
|
||||
Reference in New Issue
Block a user