bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.45k stars 1.57k forks source link

[aarch64] Could not find a valid device #2002

Open Yang-Zhuo95 opened 1 year ago

Yang-Zhuo95 commented 1 year ago

Error: [h264_v4l2m2m @ 0xffff38aed9c0] Could not find a valid device Error: [h264_v4l2m2m @ 0xffff38aed9c0] can't configure encoder org.bytedeco.javacv.FrameRecorder$Exception: avcodec_open2() error -22: Could not open video codec I am running this exception on an aarch64 device

saudet commented 1 year ago

Looks like your device doesn't support hardware encoding with that codec?

Yang-Zhuo95 commented 1 year ago

Looks like your device doesn't support hardware encoding with that codec?

It is ok for me to call ffmpeg on the command line