Hello,
I've been banging my head over this for a bit. I have an rpi 3 model B that I have Motion running on it (for those who dont know what Motion is, it's basically security webcam software) and using a USB webcam. my webcam is mounted sideways, so I have to transpose it 270 degrees so it looks right-side-up on my stream. The issue is, Motion's transposing mechanism is software-only, and as a result there's higher than I'd want cpu usage. I am lucky, however, Motion supports named pipes as input devices, so rather than open the /dev/video0 device directly and perform the software transposing on Motion itself, I could theoretically use a third party app to perform the transposing and pipe to a named FIFO. This leads me to my actual question: is there a way to perform encoding, decoding and transposing via hardware acceleration on tinycore? Ideally I would use FFMPEG to do all these but I haven't been able to find the right command that would use some kind of hardware acceleration for the transposing. if FFMPEG or gstreamer has flag to pass to it or a command, or if someone knows of a module that would unlock hardware acceleration for what I am trying to do here, that would be great for me to know.