Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
105.54k stars 10.24k forks source link

Hardware acceleration on NVIDIA Jetson TX2 (Gstreamer?) #1656

Open michaelgorkow opened 3 years ago

michaelgorkow commented 3 years ago

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

stephenbaldwin commented 3 months ago

@michaelgorkow did you end up finding a solution to this?