Search found 5 matches
- Thu Apr 30, 2020 7:03 am
- Forum: OpenMAX
- Topic: gstreamer: v4l2convert / v4l2h264enc for efficient from RGB(A) to I420 to h264 encoding
- Replies: 8
- Views: 2497
Re: gstreamer: v4l2convert / v4l2h264enc for efficient from RGB(A) to I420 to h264 encoding
Interesting, then maybe the v4l2h264enc issue with the green frames depends on load and is thus not always going to be visible. But the load you are seeing (>1core) is quite a lot. With v4l2convert not being a feasible path forward, it seems like we'll have to find a different solution to our proble...
- Fri Apr 24, 2020 10:28 am
- Forum: OpenMAX
- Topic: gstreamer: v4l2convert / v4l2h264enc for efficient from RGB(A) to I420 to h264 encoding
- Replies: 8
- Views: 2497
Re: gstreamer: v4l2convert / v4l2h264enc for efficient from RGB(A) to I420 to h264 encoding
Thanks a lot for the input ndufresne, I tried adding the glcolorconvert but to no avail. I even tried explicitly changing to ARGB or BGRA or something like that, but none of that helps with the green video. I've also cross-posted this to the gstreamer mailing list now, as I would still like to bette...
- Tue Apr 21, 2020 5:59 pm
- Forum: OpenMAX
- Topic: gstreamer: v4l2convert / v4l2h264enc for efficient from RGB(A) to I420 to h264 encoding
- Replies: 8
- Views: 2497
Re: gstreamer: v4l2convert / v4l2h264enc for efficient from RGB(A) to I420 to h264 encoding
OK, I'll ask on the gstreamer mailing list then for more support on the issues I'm running in there. I believe glcolorconvert does support the RGBA -> BGRA conversion just fine, so I guess it's rather something else... Anyhow, could you please check whether the colors are correct for you when you ru...
- Tue Apr 21, 2020 2:52 pm
- Forum: OpenMAX
- Topic: Capturing screen on RPi3 without glReadPixels
- Replies: 4
- Views: 1310
Re: Capturing screen on RPi3 without glReadPixels
Hey,
could you maybe share your test program? It sounds like something I may leverage myself.
could you maybe share your test program? It sounds like something I may leverage myself.
- Tue Apr 21, 2020 1:50 pm
- Forum: OpenMAX
- Topic: gstreamer: v4l2convert / v4l2h264enc for efficient from RGB(A) to I420 to h264 encoding
- Replies: 8
- Views: 2497
gstreamer: v4l2convert / v4l2h264enc for efficient from RGB(A) to I420 to h264 encoding
Hey there! We are trying to optimize a gstreamer pipeline running on a rpi3b+ where, according to gst-shark, the current main bottleneck is a videoconvert element. That one is necessary to convert OpenGL frames in RGBA format to YUV for omxh264enc. This is a simplified example pipeline: gst-launch-1...