Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork56.4k
Android sample for VideoWriter#24592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
samples/android/recorder/src/org/opencv/samples/recorder/RecorderActivity.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
samples/android/recorder/src/org/opencv/samples/recorder/RecorderActivity.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
fabf033 to7c4d913Compareasmorkalov commentedDec 11, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I fixed merge conflicts, rebased the branch on top of 4.x and made several UI changes. Remaining steps:
|
Uh oh!
There was an error while loading.Please reload this page.
…ed proper BGR frame saving(now ANDROID_CAP RGB bug is visible)
samples/android/video-recorder/src/org/opencv/samples/recorder/RecorderActivity.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
samples/android/video-recorder/src/org/opencv/samples/recorder/RecorderActivity.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
samples/android/video-recorder/src/org/opencv/samples/recorder/RecorderActivity.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
asmorkalov left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
samples/android/video-recorder/src/org/opencv/samples/recorder/RecorderActivity.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Android sample for VideoWriteropencv#24592This PR:* adds an Android sample for video recording with MediaNDK and built-in MJPEG.* adds a flag `--no_media_ndk` for `build_sdk.py` script to disable MediaNDK linkage.See details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request- [x] I agree to contribute to the project under Apache 2 License.- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV- [x] The PR is proposed to the proper branch- [x] There is a reference to the original bug report and related work- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name.- [x] The feature is well documented and sample code can be built with the project CMake
Uh oh!
There was an error while loading.Please reload this page.
This PR:
--no_media_ndkforbuild_sdk.pyscript to disable MediaNDK linkage.Pull Request Readiness Checklist
See details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.