• Hardware Platform: dGPU
• DeepStream Version: 5.0
• TensorRT Version: 7.0.0-1+cuda10.2
• NVIDIA GPU Driver Version: 465.19.01
Hello,
I have created a script to dynamically attach and detach elements in the pipeline to store the video, it works and saves 2-3 consecutive videos but fails after that, I am getting the following error,
0:01:23.693699417 969453 0x7f549c002b00 WARN default v4l2-utils.c:189:gst_v4l2_error: error: Device ‘/dev/nvhost-msenc’ failed during initialization
0:01:23.693707872 969453 0x7f549c002b00 WARN default v4l2-utils.c:192:gst_v4l2_error: error: Call to S_FMT failed for YM12 @ 1080x580: Unknown error -1
0:01:23.693725783 969453 0x7f549c002b00 WARN videoencoder gstvideoencoder.c:685:gst_video_encoder_setcaps: rejected caps video/x-raw(memory:NVMM), width=(int)1080, height=(int)580, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, framerate=(fraction)25/1, batch-size=(int)1, num-surfaces-per-frame=(int)1, format=(string)I420
I am not sure if its related v4l2 driver or nvv4l2h264enc issue…