[camera] Source code refactoring (#31)

Changes:
* Source code refactoring
* Add temporary code for camera image stream APIs
This commit is contained in:
Hidenori Matsubayashi
2021-08-17 17:49:36 +09:00
committed by GitHub
parent 736eb878ee
commit 34feab80cc
11 changed files with 173 additions and 71 deletions
+3 -2
View File
@@ -12,12 +12,13 @@ pkg_check_modules(GSTREAMER REQUIRED gstreamer-1.0)
add_library(${PLUGIN_NAME} SHARED
"camera_elinux_plugin.cc"
"channels/event_channel_image_stream.cc"
"channels/method_channel_camera.cc"
"channels/method_channel_device.cc"
"gst_camera.cc"
"types/exposure_mode.cc"
"types/focus_mode.cc"
"types/orientation.cc"
"method_channel/method_channel_camera.cc"
"method_channel/method_channel_device.cc"
)
apply_standard_settings(${PLUGIN_NAME})
set_target_properties(${PLUGIN_NAME} PROPERTIES