-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to use FFmpegFrameGrabber , but by app crash with this log #1980
Comments
There's something that isn't getting initialized somewhere. If you're trying to use multiple threads, don't do that. Try to use only a single thread, that should help. |
Tried to use it in single thread, by using Handler(getMainLooper)
Call by
So we have now other stacktrace)
|
Please make sure that |
It looks like it's crashing on a null string in avformat_open_input():
That probably means you're passing a null string to FFmpegFrameGrabber... |
build.gradle (:app)
implementation group: 'org.bytedeco', name: 'javacv', version: '1.5.8'
javacpp group: 'org.bytedeco', name: 'openblas-platform', version: '0.3.21-1.5.8'
javacpp group: 'org.bytedeco', name: 'opencv-platform', version: '4.6.0-1.5.8'
javacpp group: 'org.bytedeco', name: 'ffmpeg-platform', version: '5.1.2-1.5.8'
I have no idea. why this is crushing :(
The text was updated successfully, but these errors were encountered: