Fast Video Stream

Hi,

I implemented this solution on my project, but as u can see on the video is extremely slow.

My project is a RC Car controlled by Bluetooth with an Android app, and at the same time I want to represent some information on Unity (accelerometer, steering, collisions, etc…), and I would like to add a video stream to that from the IPCamera on the RC Car.

Can you help me with some better solution?

A print from my project (the yellow background it’s supposed to be filled with the video stream):

Thank you

Regards

Found a solution:

Simulate my smartphone as a webcam
Use native functions from unity to display webcam image

:slight_smile: