You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded jocover’s git hub ffmpeg and compiled it to stream the video to the web on the Jetsonano board
However, i tried ffmpeg -c:vh264_nvmpi -i /dev/video -f null -
Cannot find a proper format for codec ‘h264’ (id 28), pixel format ‘none’ (id-1)
Assertion *codec_id != AV_CODEC_ID_NONE failed at src/libavdevice/v4l2.c:811
I got this error
and I tried ./ffmpeg -encoders | grep 264
As a result of this console, the output is as follows:
I downloaded jocover’s git hub ffmpeg and compiled it to stream the video to the web on the Jetsonano board
However, i tried
ffmpeg -c:vh264_nvmpi -i /dev/video -f null -
I got this error
and I tried
./ffmpeg -encoders | grep 264
As a result of this console, the output is as follows:
The camera specs are like this maybe Sony IMX219, a model called Raspberry Pi Camera Module V2
I’d really appreciate your help
thx
The text was updated successfully, but these errors were encountered: