scrcpy
scrcpy copied to clipboard
Hardware acceleration on NVIDIA Jetson TX2 (Gstreamer?)
trafficstars
Hi all, I tried to use scrcpy to mirror my Oculus Quest to NVIDIA Jetson TX2 because I‘d like to perform Computer Vision on the output. However, I noticed a huge latency that does not happen on my laptop. I found out that ffmpeg on Jetson devices does not support hardware acceleration.
For Raspberry PIs I found this one using omxplayer to get hardware acceleration. https://github.com/reversegear/scrcpy-pi-omx
For Jetson devices one could use Gstreamer that supports hardware acceleration. So my question is: Is it somehow possible to use Gstreamer with scrcpy?
Thanks and best regards! Michael
@michaelgorkow did you end up finding a solution to this?