System version: jetpack 5.1.2
The omxh264enc plugin was not found with the following command, was it deprecated in jetpack 5.1.2? Or do you need to install?
➜ ~ gst-launch-1.0 v4l2src num-buffers=200 device=/dev/video0 ! 'video/x-raw, format=YUY2, width=640, height=480, framerate=30/1' ! videoconvert ! omxh264enc ! qtmu
x ! filesink location=test.mp4 -ev
WARNING: erroneous pipeline: no element "omxh264enc"
Use the following command to save files encoded in MP4 format, and the CPU usage is 70%.
The GStreamer video streaming application I developed, when opening the mipi camera to capture images, the CPU usage rate of vi-output TP28 is very high,Reach 92 percent, how can I troubleshoot the problem of high vi-output CPU?
The screenshot is as follows:
I just used the following command line to display images normally ➜ gst-launch-1.0 nvv4l2camerasrc device=/dev/video0 ! 'video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, framerate=(fraction)30/1, format=(string)UYVY' ! nvvidconv ! 'video/x-raw(memory:NVMM), format=(string)NV12' ! nv3dsink -e
Hello, using the nvv4l2camerasrc command to open the CPU in the terminal does not occupy high, but I transferred to the application through appsink, and the view image is green screen,below are the element definitions in my C++ program