Stream Video to non-CUDA device

Thank you for your kind reply! @keli95566

It seems like you have thoroughly searched for solutions, and I agree that the ones you mentioned are clear solutions.

Before I take a closer look at your Github, I have a few questions.

  1. Have you tried using OpenCV live streaming, as shown in these examles: https://medium.com/nerd-for-tech/live-streaming-using-opencv-c0ef28a5e497 orhttps://community.stereolabs.com/t/nvidia-agx-orin-python-example-of-zed-camera-stream-opencv-rtsp-out/1869?
  1. As you know, streaming requires no jittering and low latency.
    So, since I am a new to streaming (I am a robotics engineer :smiling_face_with_tear:),
    and It seems like you are using standalone VR, would it be better for me to decode videos on a PC or laptops with a GPU and then mirror them to VR for low latency?

Thank you again for your help :slight_smile: