bytedeco/javacv
Auf GitHub ansehenRecordActivity sample issue - ArrayIndexOutOfBoundsException
Open
#689 geöffnet am 5. Mai 2017
bughelp wanted
Repository-Metriken
- Stars
- (6.985 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Sample example RecordActivity crashes when I stop recording a video:
FATAL EXCEPTION: main
Process: ffmpegrecorder, PID: 23433
java.lang.ArrayIndexOutOfBoundsException: length=300; index=-1
at com.github.crazyorr.ffmpegrecorder.RecordActivity.stopRecording(RecordActivity.java:251)
at com.github.crazyorr.ffmpegrecorder.RecordActivity.onClick(RecordActivity.java:549)
https://github.com/bytedeco/javacv/blob/master/samples/RecordActivity.java#L308