hello:
Card: 5728 SDK: processor sdk 3.3
1. gst-launch-1.0 v4l2src device=/dev/video1 io-mode=4 ! 'video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080, framerate=(fraction)30/1' ! vpe num-input-buffers=6 ! 'video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080,framerate=(fraction)30/1' ! ducatih264enc bitrate=4000 ! filesink location=test.h264
2. gst-launch-1.0 v4l2src device=/dev/video2 io-mode=4 ! 'video/x-raw, format=(string)YUY2, width=(int)1920, height=(int)1080, framerate=(fraction)30/1' ! vpe num-input-buffers=6 ! 'video/x-raw, format=(string)NV12, width=(int)1920, height=(int)1080,framerate=(fraction)20/1' ! ducatih264enc bitrate=4000 ! filesink location=test_2.h264
While using gstreamer to save 2-way 1080P60 video, the following error will appear:
I tried to reduce the tree ipu2_cma_pool device 5728, the reg = <0x0 0x95800000 0x0 0x3800000>; modify reg = <0x0 0x98000000 0x0 0x1000000>;
When I run the above pipeline, I get an error:


