Dear All
I am using zed 4.1 and cuda 11.8 installed in Docker container and successfully installed zed sdk.
When I connect ZED camera to USB 3.0 port of computer and run ZED_Diagnostic, Camera connection error occurs.
The error message is attached log file.
I tried various methods such as changing port, unloading usb module, etc. but I am having difficulty because I cannot find the cause of the problem.
Please help me.
#################################
{
“AI Models”: {
“info”: [
“MULTI CLASS DETECTION is not optimized”,
“MULTI CLASS MEDIUM DETECTION is not optimized”,
“MULTI CLASS ACCURATE DETECTION is not optimized”,
“HUMAN BODY FAST DETECTION is not optimized”,
“HUMAN BODY MEDIUM DETECTION is not optimized”,
“HUMAN BODY ACCURATE DETECTION is not optimized”,
“HUMAN BODY 38 FAST DETECTION is not optimized”,
“HUMAN BODY 38 MEDIUM DETECTION is not optimized”,
“HUMAN BODY 38 ACCURATE DETECTION is not optimized”,
“PERSON HEAD DETECTION is not optimized”,
“PERSON HEAD ACCURATE DETECTION is not optimized”,
“REID ASSOCIATION is not optimized”,
“NEURAL DEPTH is not optimized”,
“NEURAL PLUS DEPTH is not optimized”
]
},
“Camera Test”: {
“InternalDevicesCount”: 2,
“ZEDCount”: 0,
“error”: [
“Camera not detected
Make sure the camera is plugged in or try another USB 3.0 port.”
]
},
“Devices”: {
“CorruptedFirmware”: false,
“MCUDetected”: true,
“USBList”: [
{
“USBMode”: 3,
“USB_path”: “/1”,
“bDescriptorType”: 1,
“bDeviceProtocol”: 1,
“bLength”: 18,
“bMaxPacketSize0”: 9,
“bNumConfigurations”: 1,
“bcdDevice”: “1.0”,
“bcdUSB”: “3.0”,
“bcdUSBClass”: 239,
“bcdUSBSubClass”: 2,
“busNumber”: 2,
“device”: “ZED2i”,
“iManufacturer”: 1,
“iProduct”: 2,
“iSerial”: 4,
“idProduct”: “0xf880”,
“idVendor”: “0x2b03”
},
{
“USB_path”: “/5/4”,
“idProduct”: “0xc534”,
“idVendor”: “0x046d”
},
{
“USB_path”: “/5”,
“idProduct”: “0x0101”,
“idVendor”: “0x1a40”
},
{
“USBMode”: 2,
“USB_path”: “/1/2”,
“bDescriptorType”: 1,
“bDeviceProtocol”: 0,
“bLength”: 18,
“bMaxPacketSize0”: 64,
“bNumConfigurations”: 1,
“bcdDevice”: “3.9”,
“bcdUSB”: “2.0”,
“bcdUSBClass”: 0,
“bcdUSBSubClass”: 0,
“busNumber”: 1,
“device”: “ZED2i MCU”,
“iManufacturer”: 1,
“iProduct”: 2,
“iSerial”: 3,
“idProduct”: “0xf881”,
“idVendor”: “0x2b03”
},
{
“USB_path”: “/1”,
“idProduct”: “0x2512”,
“idVendor”: “0x0424”
}
],
“USBMode”: 3,
“ZED Camera Module Detected”: 63616,
“ZED MCU Module Detected”: 63617,
“ZEDDetected”: true,
“notTested”: [
“Please connect a camera to test the USB connection.”
]
},
“Graphics Card”: {
“deviceCount”: 1,
“deviceDriverVersion”: 12020,
“devices”: [
{
“arch”: “Ampere”,
“computeCapability”: “8.6”,
“cores”: 3584,
“name”: “NVIDIA GeForce RTX 3060”,
“totalMemoryBytes”: “12627279872”,
“totalMemoryMB”: 12042.3125
}
],
“glx_info”: “OpenGL vendor string: NVIDIA Corporation\nOpenGL renderer string: NVIDIA GeForce RTX 3060/PCIe/SSE2\nOpenGL core profile version string: 4.6.0 NVIDIA 535.183.01\nOpenGL core profile shading language version string: 4.60 NVIDIA\nOpenGL core profile context flags: (none)\nOpenGL core profile profile mask: core profile\nOpenGL core profile extensions:\nOpenGL version string: 4.6.0 NVIDIA 535.183.01\nOpenGL shading language version string: 4.60 NVIDIA\nOpenGL context flags: (none)\nOpenGL profile mask: (none)\nOpenGL extensions:\nOpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 535.183.01\nOpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20\nOpenGL ES profile extensions:\n”,
“initResult”: 0,
“valid”: [
“Graphics card: NVIDIA GeForce RTX 3060”
]
},
“Processor”: {
“OS”: “Ubuntu 20.04.6 LTS “,
“avxSupported”: true,
“coreCount”: “12”,
“cpu”: " Intel(R) Core™ i5-10400 CPU @ 2.90GHz”,
“datetime”: “2024-07-31 20:45:48”,
“hyperThreading”: “1”,
“motherboard”: “IMB-1225, ASRock”,
“ramCapacity”: “16.680473”,
“ramUsage”: “”,
“ramUsed”: “7.719625”,
“threadCount”: “24”,
“valid”: [
“Processor: Intel(R) Core™ i5-10400 CPU @ 2.90GHz”,
“Motherboard: IMB-1225, ASRock”
]
},
“ZED SDK”: {
“CUDA Toolkit version”: “V11.8.89 -->located in /usr/local/cuda-11.8/bin/nvcc”,
“CUDA loading”: false,
“GPU Driver Version”: “Driver Version : 535.183.01”,
“GPU Performance”: " Performance State : P8”,
“ZED SDK Version (Diag)”: “4.1.3”,
“ZED SDK Version (RT)”: “4.1.3”,
“ai”: {
“checkAI”: true,
“cudaVersion”: 11080,
“cudnnCudartVersion”: 11080,
“cudnnVersion”: 8907,
“cudnnVersionExpected”: 8907,
“tensorVersion”: 8601
},
“binFiles”: [
“libsl_ai.so”,
“libsl_zed.so”,
“libsl_zed_static.a”
],
“resourcesFiles”: [
],
“resourcesFilesExpected”: [
“objects_performance_3.2”
],
“valid”: [
“ZED SDK version: 4.1.3”,
“CUDA version: V11.8.89”
]
}
}
######################################################3