Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version DS 6.1.1
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.2.4
• NVIDIA GPU Driver Version (valid for GPU only) 510.47.03
• Issue Type( questions, new requirements, bugs) bug
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I have build custom app based on runtime_add_del.py and I am able to add/delete RTSP source but sometime when I add uridecodebin then pad added callback is not raised and do not see any error into bus callback for source connection failure. when we try to delete such source then pipeline hangs in stream-mux release pad.
Attached are the logs for same.
[camera_configuration_controller.py:95:add_camera_configuration:20230314T08:53:23:INFO] Start processing to add ClothingColor for camera 9010aade-8a88-44f1-b9f3-763638e53c86 on stream rtsp://192.168.168.25:8005/restream
[services.py:68:publish_in_queue:20230314T08:53:23:INFO] Data has been publised for 9010aade-8a88-44f1-b9f3-763638e53c86 with topic ClothingColor_c6e01124-0546-47c4-bf24-13301d082779 for add_camera
[stream_manager.py:383:run_message_consumer:20230314T08:53:25:DEBUG] Incoming msg received {‘id’: ‘e82a5fed-fe8e-4300-b024-f5e94248f602’, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8005/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: 0, ‘action’: ‘add_camera’}
[stream_manager.py:423:run_stream_manager:20230314T08:53:25:DEBUG] Action received: {‘id’: ‘e82a5fed-fe8e-4300-b024-f5e94248f602’, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8005/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: 0, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678784005.4893122} at 1678784005.4893594 with 1678784005.4893122
[stream_manager.py:178:add_source:20230314T08:53:25:DEBUG] Stream index selected : 23 source {‘id’: ‘e82a5fed-fe8e-4300-b024-f5e94248f602’, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8005/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: 0, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678784005.4893122} streams {}
[stream_manager.py:181:add_source:20230314T08:53:25:INFO] Tile index : 23 source {‘id’: ‘e82a5fed-fe8e-4300-b024-f5e94248f602’, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8005/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: 0, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678784005.4893122}
[stream.py:93:init:20230314T08:53:25:INFO] stream_id 9010aade-8a88-44f1-b9f3-763638e53c86, stream_type 0 Enabled_rules : {}
[generic_gstreamer.py:588:create_uridecode_bin:20230314T08:53:25:INFO] Creating uridecodebin for 9010aade-8a88-44f1-b9f3-763638e53c86 for rtsp://192.168.168.25:8005/restream
[stream.py:228:run:20230314T08:53:25:INFO] source added successfully : 9010aade-8a88-44f1-b9f3-763638e53c86
[generic_gstreamer.py:441:_decodebin_child_added_cb:20230314T08:53:54:INFO] rtsp source connected successfully for 9010aade-8a88-44f1-b9f3-763638e53c86
[generic_gstreamer.py:496:_decodebin_newpad_added_cb:20230314T08:53:54:INFO] sourcebin linked to streammux with vrate disabled : 9010aade-8a88-44f1-b9f3-763638e53c86
[services.py:68:publish_in_queue:20230314T09:23:00:INFO] Data has been publised for 9010aade-8a88-44f1-b9f3-763638e53c86 with topic ClothingColor_c6e01124-0546-47c4-bf24-13301d082779 for add_camera
[stream_manager.py:383:run_message_consumer:20230314T09:23:02:DEBUG] Incoming msg received {‘id’: ‘e82a5fed-fe8e-4300-b024-f5e94248f602’, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8005/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: 0, ‘action’: ‘add_camera’}
[stream_manager.py:423:run_stream_manager:20230314T09:23:20:DEBUG] Action received: {‘id’: ‘e82a5fed-fe8e-4300-b024-f5e94248f602’, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8005/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: 0, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678785782.7135847} at 1678785800.7362635 with 1678785782.7135847
[stream_manager.py:178:add_source:20230314T09:23:20:DEBUG] Stream index selected : 17 source {‘id’: ‘e82a5fed-fe8e-4300-b024-f5e94248f602’, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8005/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: 0, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678785782.7135847} streams {21: <deepstream.stream.Stream object at 0x7f59d7ac6ca0>, 5: <deepstream.stream.Stream object at 0x7f59d7ac64c0>, 4: <deepstream.stream.Stream object at 0x7f59d7ac6f70>, 18: <deepstream.stream.Stream object at 0x7f59d7b14130>}
[stream_manager.py:181:add_source:20230314T09:23:20:INFO] Tile index : 17 source {‘id’: ‘e82a5fed-fe8e-4300-b024-f5e94248f602’, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8005/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: 0, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678785782.7135847}
[stream.py:93:init:20230314T09:23:20:INFO] stream_id 9010aade-8a88-44f1-b9f3-763638e53c86, stream_type 0 Enabled_rules : {}
[generic_gstreamer.py:588:create_uridecode_bin:20230314T09:23:20:INFO] Creating uridecodebin for 9010aade-8a88-44f1-b9f3-763638e53c86 for rtsp://192.168.168.25:8005/restream
[stream.py:228:run:20230314T09:23:20:INFO] source added successfully : 9010aade-8a88-44f1-b9f3-763638e53c86
[services.py:42:delete_config:20230314T09:24:01:ERROR] 9010aade-8a88-44f1-b9f3-763638e53c86 is not available
[services.py:68:publish_in_queue:20230314T09:24:01:INFO] Data has been publised for 9010aade-8a88-44f1-b9f3-763638e53c86 with topic ClothingColor_c6e01124-0546-47c4-bf24-13301d082779 for delete_camera
10.244.0.53 - - [14/Mar/2023 09:24:01] “DELETE /1.0/Tyco/configuration/9010aade-8a88-44f1-b9f3-763638e53c86 HTTP/1.1” 200 -
[stream_manager.py:383:run_message_consumer:20230314T09:24:01:DEBUG] Incoming msg received {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘action’: ‘delete_camera’}
[stream_manager.py:423:run_stream_manager:20230314T09:24:01:DEBUG] Action received: {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘action’: ‘delete_camera’, ‘action_timestamp’: 1678785841.7710671} at 1678785841.7711256 with 1678785841.7710671
[stream_manager.py:207:delete_source:20230314T09:24:01:INFO] deleting source : 9010aade-8a88-44f1-b9f3-763638e53c86
[stream.py:276:stop:20230314T09:24:01:INFO] source removed successfully : 9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:214:delete_source:20230314T09:24:01:INFO] successfully deleted source : 17->9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:360:_reconnect_source:20230314T09:24:01:INFO] Trying to reconnect: 17 → 9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:271:publish_message:20230314T09:24:01:INFO] Publish success: {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘source_uri’: ‘rtsp://192.168.168.25:8005/restream’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }], ‘stream_type’: 0, ‘action’: <Action.RECONNECT: ‘reconnect_camera’>, ‘action_timestamp’: 1678785841.7762458, ‘stream_index’: 17}
[stream_manager.py:383:run_message_consumer:20230314T09:24:02:DEBUG] Incoming msg received {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘source_uri’: ‘rtsp://192.168.168.25:8005/restream’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }], ‘stream_type’: 0, ‘action’: ‘reconnect_camera’, ‘action_timestamp’: 1678785841.7762458, ‘stream_index’: 17}
[stream_manager.py:423:run_stream_manager:20230314T09:24:06:DEBUG] Action received: {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘source_uri’: ‘rtsp://192.168.168.25:8005/restream’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }], ‘stream_type’: 0, ‘action’: ‘reconnect_camera’, ‘action_timestamp’: 1678785841.7762458, ‘stream_index’: 17} at 1678785846.7802637 with 1678785841.7762458
[stream_manager.py:455:run_stream_manager:20230314T09:24:06:WARNING] Stream we are reconnecting deleted already: 9010aade-8a88-44f1-b9f3-763638e53c86
10.244.0.53 - - [14/Mar/2023 09:51:16] “DELETE /1.0/Tyco/configuration/9010aade-8a88-44f1-b9f3-763638e53c86 HTTP/1.1” 200 -
[camera_configuration_controller.py:95:add_camera_configuration:20230314T09:51:24:INFO] Start processing to add ClothingColor for camera 9010aade-8a88-44f1-b9f3-763638e53c86 on stream rtsp://192.168.168.25:8011/restream
[services.py:68:publish_in_queue:20230314T09:51:24:INFO] Data has been publised for 9010aade-8a88-44f1-b9f3-763638e53c86 with topic ClothingColor_c14bf167-0ac0-46be-b4ba-fe669308f188 for add_camera
[stream_manager.py:383:run_message_consumer:20230314T09:51:24:DEBUG] Incoming msg received {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8011/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: 0, ‘action’: ‘add_camera’}
[stream_manager.py:423:run_stream_manager:20230314T09:51:24:DEBUG] Action received: {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8011/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: 0, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678787484.757347} at 1678787484.7573984 with 1678787484.757347
[stream_manager.py:178:add_source:20230314T09:51:24:DEBUG] Stream index selected : 13 source {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8011/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: 0, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678787484.757347} streams {}
[stream_manager.py:181:add_source:20230314T09:51:24:INFO] Tile index : 13 source {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8011/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: 0, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678787484.757347}
[stream.py:93:init:20230314T09:51:24:INFO] stream_id 9010aade-8a88-44f1-b9f3-763638e53c86, stream_type 0 Enabled_rules : {}
[generic_gstreamer.py:588:create_uridecode_bin:20230314T09:51:24:INFO] Creating uridecodebin for 9010aade-8a88-44f1-b9f3-763638e53c86 for rtsp://192.168.168.25:8011/restream
[stream.py:228:run:20230314T09:51:24:INFO] source added successfully : 9010aade-8a88-44f1-b9f3-763638e53c86
[generic_gstreamer.py:441:_decodebin_child_added_cb:20230314T09:51:43:INFO] rtsp source connected successfully for 9010aade-8a88-44f1-b9f3-763638e53c86
[generic_gstreamer.py:496:_decodebin_newpad_added_cb:20230314T09:51:43:INFO] sourcebin linked to streammux with vrate disabled : 9010aade-8a88-44f1-b9f3-763638e53c86
[services.py:42:delete_config:20230314T11:17:44:ERROR] 9010aade-8a88-44f1-b9f3-763638e53c86 is not available
[services.py:68:publish_in_queue:20230314T11:17:44:INFO] Data has been publised for 9010aade-8a88-44f1-b9f3-763638e53c86 with topic ClothingColor_c14bf167-0ac0-46be-b4ba-fe669308f188 for delete_camera
10.244.0.53 - - [14/Mar/2023 11:17:44] “DELETE /1.0/Tyco/configuration/9010aade-8a88-44f1-b9f3-763638e53c86 HTTP/1.1” 200 -
[stream_manager.py:383:run_message_consumer:20230314T11:17:44:DEBUG] Incoming msg received {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘action’: ‘delete_camera’}
[stream_manager.py:423:run_stream_manager:20230314T11:17:44:DEBUG] Action received: {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘action’: ‘delete_camera’, ‘action_timestamp’: 1678792664.469135} at 1678792664.469207 with 1678792664.469135
[stream_manager.py:207:delete_source:20230314T11:17:44:INFO] deleting source : 9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:360:_reconnect_source:20230314T11:17:44:INFO] Trying to reconnect: 13 → 9010aade-8a88-44f1-b9f3-763638e53c86
[stream.py:276:stop:20230314T11:17:44:INFO] source removed successfully : 9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:214:delete_source:20230314T11:17:44:INFO] successfully deleted source : 13->9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:264:publish_message:20230314T11:17:45:INFO] republishing {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘source_uri’: ‘rtsp://192.168.168.25:8011/restream’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘stream_type’: 0, ‘action’: <Action.RECONNECT: ‘reconnect_camera’>, ‘action_timestamp’: 1678792664.9832454, ‘stream_index’: 13}
[stream_manager.py:383:run_message_consumer:20230314T11:17:45:DEBUG] Incoming msg received {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘source_uri’: ‘rtsp://192.168.168.25:8011/restream’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘stream_type’: 0, ‘action’: ‘reconnect_camera’, ‘action_timestamp’: 1678792664.9832454, ‘stream_index’: 13}
[stream_manager.py:423:run_stream_manager:20230314T11:17:49:DEBUG] Action received: {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘source_uri’: ‘rtsp://192.168.168.25:8011/restream’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘stream_type’: 0, ‘action’: ‘reconnect_camera’, ‘action_timestamp’: 1678792664.9832454, ‘stream_index’: 13} at 1678792669.9872742 with 1678792664.9832454
[stream_manager.py:455:run_stream_manager:20230314T11:17:49:WARNING] Stream we are reconnecting deleted already: 9010aade-8a88-44f1-b9f3-763638e53c86
10.244.0.53 - - [14/Mar/2023 11:27:16] “DELETE /1.0/Tyco/configuration/9010aade-8a88-44f1-b9f3-763638e53c86 HTTP/1.1” 200 -
[camera_configuration_controller.py:95:add_camera_configuration:20230314T11:27:25:INFO] Start processing to add ClothingColor for camera 9010aade-8a88-44f1-b9f3-763638e53c86 on stream rtsp://192.168.168.25:8020/restream
[services.py:68:publish_in_queue:20230314T11:27:25:INFO] Data has been publised for 9010aade-8a88-44f1-b9f3-763638e53c86 with topic ClothingColor_c14bf167-0ac0-46be-b4ba-fe669308f188 for add_camera
[stream_manager.py:383:run_message_consumer:20230314T11:27:25:DEBUG] Incoming msg received {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8020/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: ‘0’, ‘action’: ‘add_camera’}
[stream_manager.py:423:run_stream_manager:20230314T11:27:25:DEBUG] Action received: {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8020/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: ‘0’, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678793245.1336298} at 1678793245.1337032 with 1678793245.1336298
[stream_manager.py:178:add_source:20230314T11:27:25:DEBUG] Stream index selected : 3 source {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8020/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: ‘0’, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678793245.1336298} streams {1: <deepstream.stream.Stream object at 0x7f9e19a7fc70>, 11: <deepstream.stream.Stream object at 0x7f9e19aacf70>, 16: <deepstream.stream.Stream object at 0x7f9d962d7220>, 2: <deepstream.stream.Stream object at 0x7f9d962d7280>}
[stream_manager.py:181:add_source:20230314T11:27:25:INFO] Tile index : 3 source {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8020/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: ‘0’, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678793245.1336298}
[stream.py:93:init:20230314T11:27:25:INFO] stream_id 9010aade-8a88-44f1-b9f3-763638e53c86, stream_type 0 Enabled_rules : {}
[generic_gstreamer.py:588:create_uridecode_bin:20230314T11:27:25:INFO] Creating uridecodebin for 9010aade-8a88-44f1-b9f3-763638e53c86 for rtsp://192.168.168.25:8020/restream
[stream.py:228:run:20230314T11:27:25:INFO] source added successfully : 9010aade-8a88-44f1-b9f3-763638e53c86
[generic_gstreamer.py:441:_decodebin_child_added_cb:20230314T11:27:27:INFO] rtsp source connected successfully for 9010aade-8a88-44f1-b9f3-763638e53c86
[generic_gstreamer.py:496:_decodebin_newpad_added_cb:20230314T11:27:27:INFO] sourcebin linked to streammux with vrate disabled : 9010aade-8a88-44f1-b9f3-763638e53c86
[services.py:42:delete_config:20230314T11:41:04:ERROR] 9010aade-8a88-44f1-b9f3-763638e53c86 is not available
[services.py:68:publish_in_queue:20230314T11:41:04:INFO] Data has been publised for 9010aade-8a88-44f1-b9f3-763638e53c86 with topic ClothingColor_c14bf167-0ac0-46be-b4ba-fe669308f188 for delete_camera
10.244.0.53 - - [14/Mar/2023 11:41:04] “DELETE /1.0/Tyco/configuration/9010aade-8a88-44f1-b9f3-763638e53c86 HTTP/1.1” 200 -
[stream_manager.py:383:run_message_consumer:20230314T11:41:04:DEBUG] Incoming msg received {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘action’: ‘delete_camera’}
[stream_manager.py:423:run_stream_manager:20230314T11:41:04:DEBUG] Action received: {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘action’: ‘delete_camera’, ‘action_timestamp’: 1678794064.8145528} at 1678794064.8146148 with 1678794064.8145528
[stream_manager.py:207:delete_source:20230314T11:41:04:INFO] deleting source : 9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:360:_reconnect_source:20230314T11:41:04:INFO] Trying to reconnect: 3 → 9010aade-8a88-44f1-b9f3-763638e53c86
[stream.py:276:stop:20230314T11:41:05:INFO] source removed successfully : 9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:214:delete_source:20230314T11:41:05:INFO] successfully deleted source : 3->9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:264:publish_message:20230314T11:41:05:INFO] republishing {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘source_uri’: ‘rtsp://192.168.168.25:8020/restream’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘stream_type’: 0, ‘action’: <Action.RECONNECT: ‘reconnect_camera’>, ‘action_timestamp’: 1678794065.3335342, ‘stream_index’: 3}
[stream_manager.py:383:run_message_consumer:20230314T11:41:05:DEBUG] Incoming msg received {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘source_uri’: ‘rtsp://192.168.168.25:8020/restream’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘stream_type’: 0, ‘action’: ‘reconnect_camera’, ‘action_timestamp’: 1678794065.3335342, ‘stream_index’: 3}
[stream_manager.py:423:run_stream_manager:20230314T11:41:10:DEBUG] Action received: {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘source_uri’: ‘rtsp://192.168.168.25:8020/restream’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘stream_type’: 0, ‘action’: ‘reconnect_camera’, ‘action_timestamp’: 1678794065.3335342, ‘stream_index’: 3} at 1678794070.338283 with 1678794065.3335342
[stream_manager.py:455:run_stream_manager:20230314T11:41:10:WARNING] Stream we are reconnecting deleted already: 9010aade-8a88-44f1-b9f3-763638e53c86
10.244.0.53 - - [14/Mar/2023 11:45:45] “DELETE /1.0/Tyco/configuration/9010aade-8a88-44f1-b9f3-763638e53c86 HTTP/1.1” 200 -
[camera_configuration_controller.py:95:add_camera_configuration:20230314T11:45:53:INFO] Start processing to add ClothingColor for camera 9010aade-8a88-44f1-b9f3-763638e53c86 on stream rtsp://192.168.168.25:8022/restream
[services.py:68:publish_in_queue:20230314T11:45:53:INFO] Data has been publised for 9010aade-8a88-44f1-b9f3-763638e53c86 with topic ClothingColor_c14bf167-0ac0-46be-b4ba-fe669308f188 for add_camera
[stream_manager.py:383:run_message_consumer:20230314T11:45:53:DEBUG] Incoming msg received {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8022/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: ‘0’, ‘action’: ‘add_camera’}
[stream_manager.py:423:run_stream_manager:20230314T11:45:53:DEBUG] Action received: {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8022/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: ‘0’, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678794353.6285903} at 1678794353.6286542 with 1678794353.6285903
[stream_manager.py:178:add_source:20230314T11:45:53:DEBUG] Stream index selected : 13 source {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8022/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: ‘0’, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678794353.6285903} streams {1: <deepstream.stream.Stream object at 0x7f9e19a7fc70>, 16: <deepstream.stream.Stream object at 0x7f9d962d7220>}
[stream_manager.py:181:add_source:20230314T11:45:53:INFO] Tile index : 13 source {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8022/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: ‘0’, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678794353.6285903}
[stream.py:93:init:20230314T11:45:53:INFO] stream_id 9010aade-8a88-44f1-b9f3-763638e53c86, stream_type 0 Enabled_rules : {}
[generic_gstreamer.py:588:create_uridecode_bin:20230314T11:45:53:INFO] Creating uridecodebin for 9010aade-8a88-44f1-b9f3-763638e53c86 for rtsp://192.168.168.25:8022/restream
[stream.py:228:run:20230314T11:45:53:INFO] source added successfully : 9010aade-8a88-44f1-b9f3-763638e53c86
[generic_gstreamer.py:441:_decodebin_child_added_cb:20230314T11:45:56:INFO] rtsp source connected successfully for 9010aade-8a88-44f1-b9f3-763638e53c86
[generic_gstreamer.py:496:_decodebin_newpad_added_cb:20230314T11:45:56:INFO] sourcebin linked to streammux with vrate disabled : 9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:360:_reconnect_source:20230314T17:52:34:INFO] Trying to reconnect: 13 → 9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:271:publish_message:20230314T17:52:34:INFO] Publish success: {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘source_uri’: ‘rtsp://192.168.168.25:8022/restream’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘stream_type’: 0, ‘action’: <Action.RECONNECT: ‘reconnect_camera’>, ‘action_timestamp’: 1678816354.140989, ‘stream_index’: 13}
[stream_manager.py:357:_reconnect_source:20230314T17:52:34:DEBUG] Already reconnecting: 13 → 9010aade-8a88-44f1-b9f3-763638e53c86
[services.py:68:publish_in_queue:20230314T17:52:44:INFO] Data has been publised for 9010aade-8a88-44f1-b9f3-763638e53c86 with topic ClothingColor_c14bf167-0ac0-46be-b4ba-fe669308f188 for add_camera
[stream_manager.py:383:run_message_consumer:20230314T17:52:46:DEBUG] Incoming msg received {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8022/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: ‘0’, ‘action’: ‘add_camera’}
[stream_manager.py:423:run_stream_manager:20230314T17:52:55:DEBUG] Action received: {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8022/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: ‘0’, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678816366.7310643} at 1678816375.746285 with 1678816366.7310643
[stream_manager.py:178:add_source:20230314T17:52:55:DEBUG] Stream index selected : 19 source {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8022/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: ‘0’, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678816366.7310643} streams {23: <deepstream.stream.Stream object at 0x7f3ab30f8d30>, 11: <deepstream.stream.Stream object at 0x7f3ab30f8c70>}
[stream_manager.py:181:add_source:20230314T17:52:55:INFO] Tile index : 19 source {‘id’: None, ‘stream_type’: 0, ‘stream_type_name’: ‘ClothingColor’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘homography_configuration’: None, ‘save_output_to_file’: None, ‘source_uri’: ‘rtsp://192.168.168.25:8022/restream’, ‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘gpu_id’: ‘0’, ‘action’: ‘add_camera’, ‘action_timestamp’: 1678816366.7310643}
[stream.py:93:init:20230314T17:52:55:INFO] stream_id 9010aade-8a88-44f1-b9f3-763638e53c86, stream_type 0 Enabled_rules : {}
[generic_gstreamer.py:588:create_uridecode_bin:20230314T17:52:55:INFO] Creating uridecodebin for 9010aade-8a88-44f1-b9f3-763638e53c86 for rtsp://192.168.168.25:8022/restream
[stream.py:228:run:20230314T17:52:55:INFO] source added successfully : 9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:360:_reconnect_source:20230315T07:26:55:INFO] Trying to reconnect: 19 → 9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:264:publish_message:20230315T07:26:55:INFO] republishing {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘source_uri’: ‘rtsp://192.168.168.25:8022/restream’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘stream_type’: 0, ‘action’: <Action.RECONNECT: ‘reconnect_camera’>, ‘action_timestamp’: 1678865215.023329, ‘stream_index’: 19}
[stream_manager.py:357:_reconnect_source:20230315T07:26:55:DEBUG] Already reconnecting: 19 → 9010aade-8a88-44f1-b9f3-763638e53c86
[stream_manager.py:383:run_message_consumer:20230315T07:26:55:DEBUG] Incoming msg received {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘source_uri’: ‘rtsp://192.168.168.25:8022/restream’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘stream_type’: 0, ‘action’: ‘reconnect_camera’, ‘action_timestamp’: 1678865215.023329, ‘stream_index’: 19}
[stream_manager.py:423:run_stream_manager:20230315T07:26:55:DEBUG] Action received: {‘stream_id’: ‘9010aade-8a88-44f1-b9f3-763638e53c86’, ‘source_uri’: ‘rtsp://192.168.168.25:8022/restream’, ‘rules’: [{‘key’: ‘ColorClothing’, ‘label’: ‘Clothing Color’, ‘event_code’: 228, ‘roi’: [{‘key’: ‘ColorClothingRegionOfInterest’, ‘data_type’: ‘CC101’, ‘value’: [{‘X’: 0.008333333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.013333333333333334}, {‘X’: 0.9883333333333333, ‘Y’: 0.9888888888888889}, {‘X’: 0.008333333333333333, ‘Y’: 0.9888888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘CC101’}, {‘key’: ‘min_color_histogram’, ‘data_type’: ‘number’, ‘value’: 1}], ‘advance_settings’: }, {‘key’: ‘DefaultObjectDetection’, ‘label’: ‘Object Detection’, ‘event_code’: 207, ‘roi’: , ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘1678784002373’}], ‘advance_settings’: }, {‘key’: ‘PeopleCounting’, ‘label’: ‘People Counting’, ‘event_code’: 210, ‘roi’: [{‘key’: ‘RegionOfInterestOrientation’, ‘data_type’: ‘PC101’, ‘value’: [{‘X’: 0.9783333333333334, ‘Y’: 0.03777777777777778}, {‘X’: 0.021666666666666667, ‘Y’: 0.9777777777777777}, {‘X’: 0.20666666666666667, ‘Y’: 0.1688888888888889}]}, {‘key’: ‘RegionOfInterest’, ‘data_type’: None, ‘value’: }], ‘general_settings’: [{‘key’: ‘name’, ‘data_type’: ‘string’, ‘value’: ‘PC101’}, {‘key’: ‘category’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}, {‘key’: ‘object_class’, ‘data_type’: ‘list’, ‘value’: [‘Person’]}], ‘advance_settings’: }], ‘stream_type’: 0, ‘action’: ‘reconnect_camera’, ‘action_timestamp’: 1678865215.023329, ‘stream_index’: 19} at 1678865215.0641506 with 1678865215.023329
[stream_manager.py:207:delete_source:20230315T07:26:55:INFO] deleting source : 9010aade-8a88-44f1-b9f3-763638e53c86