I am trying to stream video from a FLIR camera using gstreamer. When using jpegenc I use about 80% of CPU. So I have started to look into alternatives that use the hardware acceleration (i.e. v4l2h264enc ) to encode the video before streaming it but my system cannot find that encoder.
Thanks for the response. I am trying to avoid a docker based image because the end goal is to go with a minimal based image with only the recipes that are needed.
In the answer to that post, (this link: How to use Gstreamer on Torizon OS | Toradex Developer Center) I see there are some additional g-streamer plugins I do not install. I will test adding those to the image if I can find suitable recipes and report back.