Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
msandroidcamera2
Commits
b2bb4643
Commit
b2bb4643
authored
Sep 09, 2019
by
Sylvain Berfini
🎩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finished camera2 capture filter first version
parent
39164727
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
738 additions
and
31 deletions
+738
-31
CMakeLists.txt
CMakeLists.txt
+3
-1
android-camera2-capture.cpp
android-camera2-capture.cpp
+735
-30
No files found.
CMakeLists.txt
View file @
b2bb4643
...
...
@@ -33,6 +33,8 @@ if(NOT CMAKE_INSTALL_RPATH AND CMAKE_INSTALL_PREFIX)
message
(
STATUS
"Setting install rpath to
${
CMAKE_INSTALL_RPATH
}
"
)
endif
()
message
(
STATUS
"NDK API IS
${
ANDROID_NATIVE_API_LEVEL
}
"
)
list
(
APPEND CMAKE_MODULE_PATH
"
${
CMAKE_CURRENT_SOURCE_DIR
}
"
)
if
(
LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS
)
...
...
@@ -50,7 +52,7 @@ include_directories(
${
MEDIASTREAMER2_INCLUDE_DIRS
}
)
set
(
LIBS
${
MEDIASTREAMER2_LIBRARIES
}
camera2ndk
${
ORTP_LIBRARIES
}
${
BCTOOLBOX_CORE_LIBRARIES
}
)
set
(
LIBS
${
MEDIASTREAMER2_LIBRARIES
}
android
camera2ndk
mediandk nativewindow
${
ORTP_LIBRARIES
}
${
BCTOOLBOX_CORE_LIBRARIES
}
)
set
(
SOURCE_FILES android-camera2-capture.cpp
)
...
...
android-camera2-capture.cpp
View file @
b2bb4643
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment