stereolabs / zed-unity

ZED SDK Unity plugin
https://www.stereolabs.com/documentation/guides/using-zed-with-unity/introduction.html
MIT License
250 stars 57 forks source link

Connect more then four ZED cameras - Increase number of svo playback #245

Closed skagla closed 1 year ago

skagla commented 1 year ago

Preliminary Checks

Proposal

Currently it's not possible to connect more than 4 cameras (Camera ID: You can connect up to four ZED or ZED Mini cameras to a single PC at once. ) Would it be possible to increase this limit to 8 for svo playback?

Use-Case

I recorded many scenes with 8 cameras on 2 PCs, and know I'm trying to play them back in one unity scene, but I'm unable to play more than 4 SVOs at the same time.

Anything else?

No response

Bvallon-sl commented 1 year ago

Hi,

For the moment, the number of cameras is limited to 4. We initially added this limit because each ZED Camera instance required a certain number of layers. We will look into your request and see if we can increase the maximum number of cameras.

I'll keep you informed.

Best,

skagla commented 1 year ago

Hi, thanks. It would be highly appreciated if it would be possible to increase the number of cameras to 8. That would really help to advance our project and the research in volumetric video.

Bvallon-sl commented 1 year ago

I made a custom branch where the limit is increased to 8 (https://github.com/stereolabs/zed-unity/tree/v3.8_increase_nb_of_cameras). Let me know if you face some issues. I tested it on my side and it was working fine.

I can officially add this change for the next release of the Unity plugin (v4.0).