Question about a Error Log, we are not sure what this means for the Fusion

Dear Stereolabs Team we have some more questions about the fusion:

We have several PC reboot functions in place when the fusion is aborted or errors occur regarding sensor crqashes; however, there is one more occurrence we don’t know what it means regarding fused data:

  • A fused data is not sent indefinitly
  • B fused data gets sent, the warnign was only temporary? If after this last message nothging more appears
  • C we dont know whats happening at all

if A & C is correct we would program a restart there as well, can you give us some feedback on this?

This log show what we mean:
To be exact the last entry after sending fused data

[2026-02-20 08:55:58 UTC][ZED][WARNING] Timeout detected on camera [Fusion] . The camera will be removed from the synchronization until new data is available.

the origina log:

Failed to open C:\Users\autstart-wardobe\Desktop\ZED_Unity_Livelink_Fusion.json.yml
[FusionSender] Waiting for ZED camera SN 31202332 to be ready…
[2026-02-20 08:55:40 UTC][ZED][WARNING] Failed to open C:\Users\autstart-wardobe\Desktop\ZED_Unity_Livelink_Fusion.json.yml
[2026-02-20 08:55:40 UTC][ZED][INFO] Logging level INFO
[2026-02-20 08:55:42 UTC][ZED][INFO] [Init] Depth mode: ULTRA
[2026-02-20 08:55:42 UTC][ZED][INFO] [Init] Camera successfully opened.
[2026-02-20 08:55:42 UTC][ZED][INFO] [Init] Camera FW version: 1523
[2026-02-20 08:55:42 UTC][ZED][INFO] [Init] Video mode: HD720@30
[2026-02-20 08:55:42 UTC][ZED][INFO] [Init] Serial Number: S/N 31202332
[FusionSender] camera SN 31202332 is ready.
Failed to open C:\Users\autstart-wardobe\Desktop\ZED_Unity_Livelink_Fusion.json.yml
[FusionSender] Waiting for ZED camera SN 34413725 to be ready…
[2026-02-20 08:55:44 UTC][ZED][WARNING] Failed to open C:\Users\autstart-wardobe\Desktop\ZED_Unity_Livelink_Fusion.json.yml
[2026-02-20 08:55:44 UTC][ZED][INFO] Logging level INFO
[2026-02-20 08:55:45 UTC][ZED][INFO] [Init] Depth mode: ULTRA
[2026-02-20 08:55:46 UTC][ZED][INFO] [Init] Camera successfully opened.
[2026-02-20 08:55:46 UTC][ZED][INFO] [Init] Camera FW version: 1523
[2026-02-20 08:55:46 UTC][ZED][INFO] [Init] Video mode: HD720@30
[2026-02-20 08:55:46 UTC][ZED][INFO] [Init] Serial Number: S/N 34413725
[FusionSender] camera SN 34413725 is ready.
[2026-02-20 08:55:47 UTC][ZED][INFO] Logging level INFO
Sending fused data at 230.0.0.1:20001
[2026-02-20 08:55:58 UTC][ZED][WARNING] Timeout detected on camera [Fusion] . The camera will be removed from the synchronization until new data is available.

Best Regards
Pascal

Hi @pachermann
What version of the ZED SDK are you using?
The latest v5.2 does not emit the warning reported in your log.

Are you using Fusion with data over a network? Is it a WiFi or cabled network?

We are using the USB and some older 4.x SDK.

And we cannot update, it will not work on never versions with fusion.
We are stuck on this older versions.

Older threads:

Normally, this is a simple warning emitted when the network has a communication problem, for example, caused by congestion.
When the information is received again, the processing restarts automatically without a notification.

Are you facing problems after this warning message?

1 Like

Oh this is interesting.

We are not sure, we are trying to handle every possible problem scenario and figure out if it needs a reboot.

If i understand you correctly, we can’t know if it still broadcasts the fused data to unity on the IP on the machine when this error appears.

Is that correct?

Since we can’t attend the museum permanently, wea re not there to check if this Msg means the experience is broken.

You can check the status of the Fusion at any time by using the getProcessMetrics and the getSenderState API functions:

very useful i relay this to the Coder! Thanks! :slightly_smiling_face: