How to use multiple Astra sensors with Unity SDK?

Hi!

I’ve been doing some development with Unity and Astra cameras and would like to know if there’s a way to initialize multiple cameras (at least 2) in Unity. I have the the SDK and it appears the AstraController is able to open a single camera at a time.

Also, I would like to know if the result image is in a sense two separe Frame events or they can be a part of a single Thread? For instance, using 2 cameras of 640x480 to render an image of 1280x480.

Thanks in advance.