I am running some models in OAKD pro camera. i am running it 24x7 continuously for real time monitoring. but i get the following error

device: dai.Device = stack.enter_context(dai.Device(openVinoVersion, deviceInfo, usbSpeed))

RuntimeError: Cannot find any device with given deviceInfo

i tried using thread as i am running three cameras simultaneously, i tried to restart the camera as daemon but again it failed reconnecting after fewer attempts. What can i do so that the camera restarts even if it closes automatically. still there is no solution for me why camera is closing automatically. RuntimeError: Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND. but i tried handling this exception. but any thing didnt work out. Provide me some solution

    HaseenaS
    Which device info are you specifying? Are you doing it dynamically (using getAllAvailableDevices()) or statically using MXID/IP?

    Thanks,
    Jaka

    Is the issue of the camera stopping is because bootloader is outdated(0.0.22). if i update the bootloader, will this issue be resolved. i have written code which is running well in my camera, apart from camera automatically stops there is no other issue. but, if i update to latest bootloader will the code get affected? clarify? @jakaskerl @erik

      HaseenaS

      1. Update the bootloader to improve stability. The code will not need to be changed.
      1. > HaseenaS I have assigned Static IP for the camera
        Use getAllAvailableDevices() as in here
        import depthai
        for device in depthai.Device.getAllAvailableDevices():
            print(f"{device.getMxId()} {device.state}")

      Thanks,
      Jaka

      yes i can list all the cameras. there is no reason that a camera will shut down. i have to rerun the code everytime manually to get it started

      can you say me the reason why the camera is shutting and does not restart at all

      @HaseenaS it's a bootloader issue - in some cases (abrupt disconnection), old bootloader got into a state where it didn't boot the FW back up correctly, and the only possible solution was to power cycle the device. Newer bootloader (0.26 and later) fixed this issue.

      will bootloading affect my code? will any of my data get corrupted? @erik

        HaseenaS
        Not likely. Your data is probably not stored on the device and even if, it's most likely in EMMC not flash. Anyhow the update should not overwrite existing data (only the bootloader part).

        Thanks,
        Jaka

        10 days later

        I have assigned static ip for my camera. if i try bootloading, i dont get the device list when i search it or use ip address instead.. can you help with this. @erik @jakaskerl

        I am getting the following error:

        Exception in E:\depthai-python\utilities\device_manager.py, line 385; Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND

          HaseenaS
          So your device is found first, then when trying to boot the device it becomes unavailable. This points to a POE power issue or some TCP block.

          What is the IP of your host machine and IP you have assigned to the device?

          Thanks,
          Jaka

          I connected through USB and now the issue is resolved.

          As per your suggestion i performed bootloading with latest version 0.26. but still the camera stops while running. camera encountered an error, could not find any device with given device info. What is the solution to camera shutdown issue? @erik @jakaskerl

            HaseenaS
            If you were able to update to 0.0.26, it means you are using some older depthai version. Could you update to depthai 2.28 and bootloader 0.0.28? Also can you post the log of when the crash happens? I'm interested to see the error message you receive.

            Thanks,
            Jaka

            a month later

            Please help me resolve the issue. I am running my python code in POE camera. I have three cameras which will capture the environment from different perspectives. I have connected three cameras through ethernet connection in the same network. there is no downtime for my network. I have 6 YOLOV8 models running in my code. I have time-synced the cameras and I have used threads to run all three cameras in parallel. Initially all the three cameras run fine, but after sometimes camera starts disconnecting… Then i have to rerun the code again to make the camera run after sometimes. i want to operate in an environment where the code runs 24x7. How to fix the issues. I have bootloaded to the latest version. If any of the camera got disconencted, i have to wait sometimes before restarting or it will not get connected if I start immediately. @jakaskerl @erik

              HaseenaS
              Can you check the CPU usage on the cameras? DEPTHAI_LEVEL=DEBUG env variable followed by the command to call the script.

              Thanks,
              Jaka

              Herewith i am attaching the CPU usage Log. Kindly check and provide solutions @erik @jakaskerl

              Connected to device 1 at X.X.X.X
              [1844301XXXXXXXXXXX] [X.X.X.X] [1732254337.552] [host] [debug] Schema dump: {"connections":[{"node1Id":2,"node1Output":"out","node1OutputGroup":"","node2Id":3,"node2Input":"in","node2InputGroup":""},{"node1Id":8,"node1Output":"out","node1OutputGroup":"","node2Id":9,"node2Input":"in","node2InputGroup":""},{"node1Id":2,"node1Output":"passthrough","node1OutputGroup":"","node2Id":1,"node2Input":"in","node2InputGroup":""},{"node1Id":6,"node1Output":"passthrough","node1OutputGroup":"","node2Id":1,"node2Input":"in","node2InputGroup":""},{"node1Id":4,"node1Output":"passthrough","node1OutputGroup":"","node2Id":1,"node2Input":"in","node2InputGroup":""},{"node1Id":12,"node1Output":"passthrough","node1OutputGroup":"","node2Id":1,"node2Input":"in","node2InputGroup":""},{"node1Id":8,"node1Output":"passthrough","node1OutputGroup":"","node2Id":1,"node2Input":"in","node2InputGroup":""},{"node1Id":10,"node1Output":"passthrough","node1OutputGroup":"","node2Id":1,"node2Input":"in","node2InputGroup":""},{"node1Id":14,"node1Output":"passthrough","node1OutputGroup":"","node2Id":1,"node2Input":"in","node2InputGroup":""},{"node1Id":0,"node1Output":"preview","node1OutputGroup":"","node2Id":2,"node2Input":"in","node2InputGroup":""},{"node1Id":4,"node1Output":"out","node1OutputGroup":"","node2Id":5,"node2Input":"in","node2InputGroup":""},{"node1Id":0,"node1Output":"preview","node1OutputGroup":"","node2Id":4,"node2Input":"in","node2InputGroup":""},{"node1Id":6,"node1Output":"out","node1OutputGroup":"","node2Id":7,"node2Input":"in","node2InputGroup":""},{"node1Id":0,"node1Output":"preview","node1OutputGroup":"","node2Id":6,"node2Input":"in","node2InputGroup":""},{"node1Id":0,"node1Output":"preview","node1OutputGroup":"","node2Id":8,"node2Input":"in","node2InputGroup":""},{"node1Id":10,"node1Output":"out","node1OutputGroup":"","node2Id":11,"node2Input":"in","node2InputGroup":""},{"node1Id":0,"node1Output":"preview","node1OutputGroup":"","node2Id":10,"node2Input":"in","node2InputGroup":""},{"node1Id":12,"node1Output":"out","node1OutputGroup":"","node2Id":13,"node2Input":"in","node2InputGroup":""},{"node1Id":0,"node1Output":"preview","node1OutputGroup":"","node2Id":12,"node2Input":"in","node2InputGroup":""},{"node1Id":14,"node1Output":"out","node1OutputGroup":"","node2Id":15,"node2Input":"in","node2InputGroup":""},{"node1Id":0,"node1Output":"preview","node1OutputGroup":"","node2Id":14,"node2Input":"in","node2InputGroup":""}],"globalProperties":{"calibData":null,"cameraTuningBlobSize":null,"cameraTuningBlobUri":"","leonCssFrequencyHz":700000000.0,"leonMssFrequencyHz":700000000.0,"pipelineName":null,"pipelineVersion":null,"sippBufferSize":18432,"sippDmaBufferSize":16384,"xlinkChunkSize":-1},"nodes":[[0,{"id":0,"ioInfo":[[["","inputConfig"],{"blocking":false,"group":"","id":1,"name":"inputConfig","queueSize":8,"type":3,"waitForMessage":false}],[["","raw"],{"blocking":false,"group":"","id":6,"name":"raw","queueSize":8,"type":0,"waitForMessage":false}],[["","still"],{"blocking":false,"group":"","id":7,"name":"still","queueSize":8,"type":0,"waitForMessage":false}],[["","inputControl"],{"blocking":true,"group":"","id":2,"name":"inputControl","queueSize":8,"type":3,"waitForMessage":false}],[["","video"],{"blocking":false,"group":"","id":3,"name":"video","queueSize":8,"type":0,"waitForMessage":false}],[["","isp"],{"blocking":false,"group":"","id":4,"name":"isp","queueSize":8,"type":0,"waitForMessage":false}],[["","preview"],{"blocking":false,"group":"","id":5,"name":"preview","queueSize":8,"type":0,"waitForMessage":false}],[["","frameEvent"],{"blocking":false,"group":"","id":8,"name":"frameEvent","queueSize":8,"type":0,"waitForMessage":false}]],"name":"ColorCamera","properties":[185,26,185,31,0,3,0,136,0,0,0,0,0,0,185,3,0,0,0,185,5,0,0,0,0,0,185,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,3,0,0,0,185,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,189,0,255,0,0,0,129,128,2,129,128,2,255,255,255,255,0,136,0,0,32,66,0,136,0,0,128,191,136,0,0,128,191,1,185,4,0,0,0,0,3,3,4,4,4,190]}],[1,{"id":1,"ioInfo":[[["","in"],{"blocking":true,"group":"","id":9,"name":"in","queueSize":8,"type":3,"waitForMessage":true}]],"name":"XLinkOut","properties":[185,3,136,0,0,128,191,189,3,114,103,98,0]}],[2,{"id":2,"ioInfo":[[["","in"],{"blocking":false,"group":"","id":10,"name":"in","queueSize":5,"type":3,"waitForMessage":true}],[["","out"],{"blocking":false,"group":"","id":11,"name":"out","queueSize":8,"type":0,"waitForMessage":false}],[["","passthrough"],{"blocking":false,"group":"","id":12,"name":"passthrough","queueSize":8,"type":0,"waitForMessage":false}]],"name":"DetectionNetwork","properties":[185,6,130,88,188,88,0,189,12,97,115,115,101,116,58,95,95,98,108,111,98,8,2,0,185,7,0,136,0,0,0,63,2,4,186,0,187,0,136,0,0,0,63]}],[3,{"id":3,"ioInfo":[[["","in"],{"blocking":true,"group":"","id":13,"name":"in","queueSize":8,"type":3,"waitForMessage":true}]],"name":"XLinkOut","properties":[185,3,136,0,0,128,191,189,3,110,110,48,0]}],[4,{"id":4,"ioInfo":[[["","in"],{"blocking":false,"group":"","id":14,"name":"in","queueSize":5,"type":3,"waitForMessage":true}],[["","out"],{"blocking":false,"group":"","id":15,"name":"out","queueSize":8,"type":0,"waitForMessage":false}],[["","passthrough"],{"blocking":false,"group":"","id":16,"name":"passthrough","queueSize":8,"type":0,"waitForMessage":false}]],"name":"DetectionNetwork","properties":[185,6,130,24,242,92,0,189,12,97,115,115,101,116,58,95,95,98,108,111,98,8,2,0,185,7,0,136,0,0,0,63,2,4,186,0,187,0,136,0,0,0,63]}],[5,{"id":5,"ioInfo":[[["","in"],{"blocking":true,"group":"","id":17,"name":"in","queueSize":8,"type":3,"waitForMessage":true}]],"name":"XLinkOut","properties":[185,3,136,0,0,128,191,189,3,110,110,49,0]}],[6,{"id":6,"ioInfo":[[["","in"],{"blocking":false,"group":"","id":18,"name":"in","queueSize":5,"type":3,"waitForMessage":true}],[["","out"],{"blocking":false,"group":"","id":19,"name":"out","queueSize":8,"type":0,"waitForMessage":false}],[["","passthrough"],{"blocking":false,"group":"","id":20,"name":"passthrough","queueSize":8,"type":0,"waitForMessage":false}]],"name":"DetectionNetwork","properties":[185,6,130,24,242,92,0,189,12,97,115,115,101,116,58,95,95,98,108,111,98,8,2,0,185,7,0,136,0,0,0,63,2,4,186,0,187,0,136,0,0,0,63]}],[7,{"id":7,"ioInfo":[[["","in"],{"blocking":true,"group":"","id":21,"name":"in","queueSize":8,"type":3,"waitForMessage":true}]],"name":"XLinkOut","properties":[185,3,136,0,0,128,191,189,3,110,110,50,0]}],[8,{"id":8,"ioInfo":[[["","in"],{"blocking":false,"group":"","id":22,"name":"in","queueSize":5,"type":3,"waitForMessage":true}],[["","out"],{"blocking":false,"group":"","id":23,"name":"out","queueSize":8,"type":0,"waitForMessage":false}],[["","passthrough"],{"blocking":false,"group":"","id":24,"name":"passthrough","queueSize":8,"type":0,"waitForMessage":false}]],"name":"DetectionNetwork","properties":[185,6,130,24,242,92,0,189,12,97,115,115,101,116,58,95,95,98,108,111,98,8,2,0,185,7,0,136,0,0,0,63,2,4,186,0,187,0,136,0,0,0,63]}],[9,{"id":9,"ioInfo":[[["","in"],{"blocking":true,"group":"","id":25,"name":"in","queueSize":8,"type":3,"waitForMessage":true}]],"name":"XLinkOut","properties":[185,3,136,0,0,128,191,189,3,110,110,51,0]}],[10,{"id":10,"ioInfo":[[["","in"],{"blocking":false,"group":"","id":26,"name":"in","queueSize":5,"type":3,"waitForMessage":true}],[["","out"],{"blocking":false,"group":"","id":27,"name":"out","queueSize":8,"type":0,"waitForMessage":false}],[["","passthrough"],{"blocking":false,"group":"","id":28,"name":"passthrough","queueSize":8,"type":0,"waitForMessage":false}]],"name":"DetectionNetwork","properties":[185,6,130,24,242,92,0,189,12,97,115,115,101,116,58,95,95,98,108,111,98,8,2,0,185,7,0,136,0,0,0,63,2,4,186,0,187,0,136,0,0,0,63]}],[11,{"id":11,"ioInfo":[[["","in"],{"blocking":true,"group":"","id":29,"name":"in","queueSize":8,"type":3,"waitForMessage":true}]],"name":"XLinkOut","properties":[185,3,136,0,0,128,191,189,3,110,110,52,0]}],[12,{"id":12,"ioInfo":[[["","in"],{"blocking":false,"group":"","id":30,"name":"in","queueSize":5,"type":3,"waitForMessage":true}],[["","out"],{"blocking":false,"group":"","id":31,"name":"out","queueSize":8,"type":0,"waitForMessage":false}],[["","passthrough"],{"blocking":false,"group":"","id":32,"name":"passthrough","queueSize":8,"type":0,"waitForMessage":false}]],"name":"DetectionNetwork","properties":[185,6,130,24,242,92,0,189,12,97,115,115,101,116,58,95,95,98,108,111,98,8,2,0,185,7,0,136,0,0,0,63,2,4,186,0,187,0,136,0,0,0,63]}],[13,{"id":13,"ioInfo":[[["","in"],{"blocking":true,"group":"","id":33,"name":"in","queueSize":8,"type":3,"waitForMessage":true}]],"name":"XLinkOut","properties":[185,3,136,0,0,128,191,189,3,110,110,53,0]}],[14,{"id":14,"ioInfo":[[["","in"],{"blocking":false,"group":"","id":34,"name":"in","queueSize":5,"type":3,"waitForMessage":true}],[["","out"],{"blocking":false,"group":"","id":35,"name":"out","queueSize":8,"type":0,"waitForMessage":false}],[["","passthrough"],{"blocking":false,"group":"","id":36,"name":"passthrough","queueSize":8,"type":0,"waitForMessage":false}]],"name":"DetectionNetwork","properties":[185,6,130,88,241,92,0,189,12,97,115,115,101,116,58,95,95,98,108,111,98,8,2,0,185,7,0,136,0,0,0,63,1,4,186,0,187,0,136,0,0,0,63]}],[15,{"id":15,"ioInfo":[[["","in"],{"blocking":true,"group":"","id":37,"name":"in","queueSize":8,"type":3,"waitForMessage":true}]],"name":"XLinkOut","properties":[185,3,136,0,0,128,191,189,3,110,110,54,0]}]]}
              [1844301XXXXXXXXXXX] [X.X.X.X] [1732254337.553] [host] [debug] Asset map dump: {"map":{"/node/10/blob":{"alignment":64,"offset":24089408,"size":6091288},"/node/12/blob":{"alignment":64,"offset":30180736,"size":6091288},"/node/14/blob":{"alignment":64,"offset":36272064,"size":6091096},"/node/2/blob":{"alignment":64,"offset":0,"size":5815384},"/node/4/blob":{"alignment":64,"offset":5815424,"size":6091288},"/node/6/blob":{"alignment":64,"offset":11906752,"size":6091288},"/node/8/__blob":{"alignment":64,"offset":17998080,"size":6091288}}}
              [1844301XXXXXXXXXXX] [X.X.X.X] [6.175] [system] [info] Memory Usage - DDR: 40.53 / 333.28 MiB, CMX: 2.04 / 2.50 MiB, LeonOS Heap: 30.55 / 81.76 MiB, LeonRT Heap: 2.91 / 39.90 MiB / NOC ddr: 38 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [6.175] [system] [info] Temperatures - Average: 46.44C, CSS: 48.92C, MSS 45.32C, UPA: 44.18C, DSS: 47.35C
              [1844301XXXXXXXXXXX] [X.X.X.X] [6.175] [system] [info] Cpu Usage - LeonOS 78.97%, LeonRT: 2.17%
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.014] [system] [info] SIPP (Signal Image Processing Pipeline) internal buffer size '18432'B, DMA buffer size: '16384'B
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.049] [system] [info] ImageManip internal buffer size '285440'B, shave buffer size '34816'B
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.050] [system] [info] NeuralNetwork allocated resources: shaves: [0-12] cmx slices: [0-12]
              ColorCamera allocated resources: no shaves; cmx slices: [13-15]
              ImageManip allocated resources: shaves: [15-15] no cmx slices.

              [1844301XXXXXXXXXXX] [X.X.X.X] [7.065] [DetectionNetwork(10)] [info] Needed resources: shaves: 6, ddr: 9011200
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.066] [DetectionNetwork(8)] [info] Needed resources: shaves: 6, ddr: 9011200
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.067] [DetectionNetwork(6)] [info] Needed resources: shaves: 6, ddr: 9011200
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.069] [DetectionNetwork(12)] [info] Needed resources: shaves: 6, ddr: 9011200
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.070] [DetectionNetwork(2)] [info] Needed resources: shaves: 6, ddr: 9011200
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.071] [DetectionNetwork(4)] [info] Needed resources: shaves: 6, ddr: 9011200
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.072] [DetectionNetwork(14)] [info] Needed resources: shaves: 6, ddr: 9011200
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.095] [DetectionNetwork(10)] [info] Inference thread count: 2, number of shaves allocated per thread: 6, number of Neural Compute Engines (NCE) allocated per thread: 1
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.095] [DetectionNetwork(8)] [info] Inference thread count: 2, number of shaves allocated per thread: 6, number of Neural Compute Engines (NCE) allocated per thread: 1
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.176] [system] [info] Memory Usage - DDR: 79.66 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.02 / 81.76 MiB, LeonRT Heap: 7.12 / 39.90 MiB / NOC ddr: 282 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.177] [system] [info] Temperatures - Average: 47.52C, CSS: 49.59C, MSS 46.68C, UPA: 46.23C, DSS: 47.58C
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.177] [system] [info] Cpu Usage - LeonOS 91.86%, LeonRT: 15.49%
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.095] [DetectionNetwork(6)] [info] Inference thread count: 2, number of shaves allocated per thread: 6, number of Neural Compute Engines (NCE) allocated per thread: 1
              [1844301XXXXXXXXXXX] [X.X.X.X] [8.178] [system] [info] Memory Usage - DDR: 191.38 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.86 / 81.76 MiB, LeonRT Heap: 8.21 / 39.90 MiB / NOC ddr: 348 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [8.179] [system] [info] Temperatures - Average: 48.80C, CSS: 51.14C, MSS 47.58C, UPA: 47.13C, DSS: 49.37C
              [1844301XXXXXXXXXXX] [X.X.X.X] [8.179] [system] [info] Cpu Usage - LeonOS 31.63%, LeonRT: 100.00%
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.095] [DetectionNetwork(12)] [info] Inference thread count: 2, number of shaves allocated per thread: 6, number of Neural Compute Engines (NCE) allocated per thread: 1
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.095] [DetectionNetwork(2)] [info] Inference thread count: 2, number of shaves allocated per thread: 6, number of Neural Compute Engines (NCE) allocated per thread: 1
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.095] [DetectionNetwork(4)] [info] Inference thread count: 2, number of shaves allocated per thread: 6, number of Neural Compute Engines (NCE) allocated per thread: 1
              [1844301XXXXXXXXXXX] [X.X.X.X] [7.095] [DetectionNetwork(14)] [info] Inference thread count: 2, number of shaves allocated per thread: 6, number of Neural Compute Engines (NCE) allocated per thread: 1
              [1844301XXXXXXXXXXX] [X.X.X.X] [9.181] [system] [info] Memory Usage - DDR: 199.98 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.86 / 81.76 MiB, LeonRT Heap: 8.99 / 39.90 MiB / NOC ddr: 454 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [9.181] [system] [info] Temperatures - Average: 51.02C, CSS: 53.12C, MSS 50.70C, UPA: 50.25C, DSS: 50.03C
              [1844301XXXXXXXXXXX] [X.X.X.X] [9.181] [system] [info] Cpu Usage - LeonOS 32.02%, LeonRT: 42.53%
              [1844301XXXXXXXXXXX] [X.X.X.X] [10.183] [system] [info] Memory Usage - DDR: 199.98 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.86 / 81.76 MiB, LeonRT Heap: 8.99 / 39.90 MiB / NOC ddr: 2368 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [10.183] [system] [info] Temperatures - Average: 52.02C, CSS: 54.21C, MSS 50.92C, UPA: 51.36C, DSS: 51.58C
              [1844301XXXXXXXXXXX] [X.X.X.X] [10.183] [system] [info] Cpu Usage - LeonOS 41.45%, LeonRT: 17.32%
              [1844301XXXXXXXXXXX] [X.X.X.X] [11.184] [system] [info] Memory Usage - DDR: 199.98 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.86 / 81.76 MiB, LeonRT Heap: 8.99 / 39.90 MiB / NOC ddr: 2395 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [11.184] [system] [info] Temperatures - Average: 52.46C, CSS: 54.42C, MSS 51.58C, UPA: 51.80C, DSS: 52.02C
              [1844301XXXXXXXXXXX] [X.X.X.X] [11.184] [system] [info] Cpu Usage - LeonOS 39.15%, LeonRT: 17.16%
              [1844301XXXXXXXXXXX] [X.X.X.X] [12.185] [system] [info] Memory Usage - DDR: 199.98 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.86 / 81.76 MiB, LeonRT Heap: 8.99 / 39.90 MiB / NOC ddr: 2407 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [12.185] [system] [info] Temperatures - Average: 52.89C, CSS: 54.86C, MSS 51.80C, UPA: 52.68C, DSS: 52.24C
              [1844301XXXXXXXXXXX] [X.X.X.X] [12.185] [system] [info] Cpu Usage - LeonOS 45.02%, LeonRT: 17.98%
              [1844301XXXXXXXXXXX] [X.X.X.X] [13.186] [system] [info] Memory Usage - DDR: 199.98 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.86 / 81.76 MiB, LeonRT Heap: 8.99 / 39.90 MiB / NOC ddr: 2413 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [13.186] [system] [info] Temperatures - Average: 53.49C, CSS: 55.29C, MSS 52.24C, UPA: 53.55C, DSS: 52.90C
              [1844301XXXXXXXXXXX] [X.X.X.X] [13.186] [system] [info] Cpu Usage - LeonOS 33.89%, LeonRT: 15.70%
              [1844301XXXXXXXXXXX] [X.X.X.X] [14.187] [system] [info] Memory Usage - DDR: 199.98 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.86 / 81.76 MiB, LeonRT Heap: 8.99 / 39.90 MiB / NOC ddr: 2396 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [14.187] [system] [info] Temperatures - Average: 54.15C, CSS: 55.72C, MSS 53.55C, UPA: 53.55C, DSS: 53.77C
              [1844301XXXXXXXXXXX] [X.X.X.X] [14.187] [system] [info] Cpu Usage - LeonOS 46.28%, LeonRT: 16.83%
              [1844301XXXXXXXXXXX] [X.X.X.X] [15.189] [system] [info] Memory Usage - DDR: 199.98 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.86 / 81.76 MiB, LeonRT Heap: 8.99 / 39.90 MiB / NOC ddr: 2409 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [15.190] [system] [info] Temperatures - Average: 54.20C, CSS: 55.72C, MSS 53.33C, UPA: 53.55C, DSS: 54.21C
              [1844301XXXXXXXXXXX] [X.X.X.X] [15.190] [system] [info] Cpu Usage - LeonOS 43.35%, LeonRT: 17.62%
              [1844301XXXXXXXXXXX] [X.X.X.X] [16.191] [system] [info] Memory Usage - DDR: 199.98 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.86 / 81.76 MiB, LeonRT Heap: 8.99 / 39.90 MiB / NOC ddr: 2422 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [16.191] [system] [info] Temperatures - Average: 54.69C, CSS: 56.80C, MSS 53.55C, UPA: 54.64C, DSS: 53.77C
              [1844301XXXXXXXXXXX] [X.X.X.X] [16.191] [system] [info] Cpu Usage - LeonOS 38.12%, LeonRT: 16.55%
              [1844301XXXXXXXXXXX] [X.X.X.X] [17.193] [system] [info] Memory Usage - DDR: 199.98 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.86 / 81.76 MiB, LeonRT Heap: 8.99 / 39.90 MiB / NOC ddr: 2423 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [17.193] [system] [info] Temperatures - Average: 55.13C, CSS: 56.37C, MSS 54.86C, UPA: 54.64C, DSS: 54.64C
              [1844301XXXXXXXXXXX] [X.X.X.X] [17.193] [system] [info] Cpu Usage - LeonOS 45.03%, LeonRT: 17.28%
              [1844301XXXXXXXXXXX] [X.X.X.X] [18.195] [system] [info] Memory Usage - DDR: 199.98 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.86 / 81.76 MiB, LeonRT Heap: 8.99 / 39.90 MiB / NOC ddr: 2364 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [18.195] [system] [info] Temperatures - Average: 55.34C, CSS: 57.23C, MSS 54.86C, UPA: 54.86C, DSS: 54.42C
              [1844301XXXXXXXXXXX] [X.X.X.X] [18.195] [system] [info] Cpu Usage - LeonOS 37.86%, LeonRT: 16.02%
              [1844301XXXXXXXXXXX] [X.X.X.X] [19.196] [system] [info] Memory Usage - DDR: 199.98 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.86 / 81.76 MiB, LeonRT Heap: 8.99 / 39.90 MiB / NOC ddr: 2449 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [19.196] [system] [info] Temperatures - Average: 55.56C, CSS: 57.01C, MSS 54.42C, UPA: 55.29C, DSS: 55.51C
              [1844301XXXXXXXXXXX] [X.X.X.X] [19.197] [system] [info] Cpu Usage - LeonOS 41.55%, LeonRT: 16.99%
              [1844301XXXXXXXXXXX] [X.X.X.X] [20.198] [system] [info] Memory Usage - DDR: 199.98 / 333.28 MiB, CMX: 2.39 / 2.50 MiB, LeonOS Heap: 44.86 / 81.76 MiB, LeonRT Heap: 8.99 / 39.90 MiB / NOC ddr: 2427 MB/s
              [1844301XXXXXXXXXXX] [X.X.X.X] [20.198] [system] [info] Temperatures - Average: 55.50C, CSS: 57.23C, MSS 54.42C, UPA: 55.29C, DSS: 55.07C
              [1844301XXXXXXXXXXX] [X.X.X.X] [20.198] [system] [info] Cpu Usage - LeonOS 42.28%, LeonRT: 17.02%

                HaseenaS
                How long between the crashes? I am afraid this might be a RVC2 specific stability issue..

                HaseenaS If any of the camera got disconencted, i have to wait sometimes before restarting or it will not get connected if I start immediately

                10 seconds should be enough.

                Thanks,
                Jaka