Choosing a used graphics card LIVELINK FUSION

Hi,

I have two graphics cards, how do I choose which one livelink fusion will run on?

Best,
Kuba

Hi,

You currently cannot choose which GPU the fusion runs on.
I’ve logged the missing feature internally so it can be added in a future version.

Best,

Stereolabs Support

Update: I just double check and this has been added in the 5.0 release.
You can choose the GPU by using sl::InitFusionParameters::sdk_gpu_id

Hi @BenjaminV thanks for response!

Could you show me solution on the example?
ZEDLiveLinkConfig.json (765 Bytes)

is it will be ok?

Best,
Kuba

Hi,

You need to directly modify the c++ code for this parameter,

Add init_params.sdk_gpu_id = 1 here : https://github.com/stereolabs/zed-livelink/blob/main/sender-multi-camera/src/main.cpp#L120

Stereolabs Support

Hi @BenjaminV

This solution is not working.

HI,

After some testing, I confirm there is an issue in the current version of the ZED SDK preventing the use of multiple GPUs.

We are currently working on a fix that should be included in the next ZED SDK release.

Sorry for the inconvenience.

Best,

Stereolabs Support

Hi @BenjaminV

Thanks!

Best,
Kuba