File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -553,6 +553,8 @@ file(GLOB MAIN_SOURCES
553553 Source /CommonFramework/Tools/SuperControlSession.h
554554 Source /CommonFramework/Tools/VideoResolutionCheck.cpp
555555 Source /CommonFramework/Tools/VideoResolutionCheck.h
556+ Source /CommonFramework/Tools/VideoStream.cpp
557+ Source /CommonFramework/Tools/VideoStream.h
556558 Source /CommonFramework/VideoPipeline/Backends/CameraImplementations.cpp
557559 Source /CommonFramework/VideoPipeline/Backends/CameraImplementations.h
558560 Source /CommonFramework/VideoPipeline/Backends/CameraWidgetQt5.cpp
Original file line number Diff line number Diff line change @@ -290,6 +290,7 @@ SOURCES += \
290290 Source/CommonFramework/Tools/StatsTracking.cpp \
291291 Source/CommonFramework/Tools/SuperControlSession.cpp \
292292 Source/CommonFramework/Tools/VideoResolutionCheck.cpp \
293+ Source/CommonFramework/Tools/VideoStream.cpp \
293294 Source/CommonFramework/VideoPipeline/Backends/CameraImplementations.cpp \
294295 Source/CommonFramework/VideoPipeline/Backends/CameraWidgetQt5.cpp \
295296 Source/CommonFramework/VideoPipeline/Backends/CameraWidgetQt6.cpp \
@@ -1388,6 +1389,7 @@ HEADERS += \
13881389 Source/CommonFramework/Tools/StatsTracking.h \
13891390 Source/CommonFramework/Tools/SuperControlSession.h \
13901391 Source/CommonFramework/Tools/VideoResolutionCheck.h \
1392+ Source/CommonFramework/Tools/VideoStream.h \
13911393 Source/CommonFramework/VideoPipeline/Backends/CameraImplementations.h \
13921394 Source/CommonFramework/VideoPipeline/Backends/CameraWidgetQt5.h \
13931395 Source/CommonFramework/VideoPipeline/Backends/CameraWidgetQt6.h \
You can’t perform that action at this time.
0 commit comments