Depth/RGB ASYNC

Hi,
I am getting the below warning message when I subscribe to '/zed2i/zed_node/obj_det/objects' via python node

[WARN] !!!!! DEPTH/RGB ASYNC !!!!! - Delta: 1490.29 sec

and this delta keeps on increasing. Is there a fix for this or am I doing something wrong while subscribing to it?
Ubuntu 20 Desktop
ROS2 Foxy
ZedSDK 3.7.2
HD720 resolution
15 grab_frame_rate

What kind of device are you using? Is it a desktop PC, a laptop or a Nvidia Jetson board?
What ZED ROS Wrapper modules are you using?
Resolution? Framerate?

It’s not possible to debug a behavior if important details are not provided.

I had updated my question with the information you asked for

What is the GPU card that you are using?
The async/latency issue that your are facing is usually due to a not powerful enough hardware.

*-display                 
       description: VGA compatible controller
       product: GP107M [GeForce GTX 1050 Mobile]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
       configuration: driver=nvidia latency=0
       resources: irq:152 memory:c2000000-c2ffffff memory:b0000000-bfffffff memory:c0000000-c1ffffff ioport:6000(size=128) memory:c0000-dffff
*-display
       description: Display controller
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 05
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm bus_master cap_list
       configuration: driver=i915 latency=0
       resources: irq:150 memory:c4000000-c4ffffff memory:a0000000-afffffff ioport:7000(size=64)


Your system is overloaded, please use Ubuntu tools to understand what is taking so many resources.
I suppose that your Python node is blocking the system in some way.