diff --git a/script/processing.py b/script/processing.py index df0832b..262c8ec 100644 --- a/script/processing.py +++ b/script/processing.py @@ -302,6 +302,7 @@ def run(stop_event, statistics, parameter_queue, cam_client, pipeline_config, ou bs_send_thread.join(0.1) except: pass + """ print ("Pass") sender = get_sender() if sender: @@ -316,7 +317,7 @@ def run(stop_event, statistics, parameter_queue, cam_client, pipeline_config, ou print ("Exception") traceback.print_exc() - + """ cleanup() _logger.debug("Exiting process. %s" % log_tag) print("Exiting process. %s" % log_tag) diff --git a/script/test/test_stream_out.py b/script/test/test_stream_out.py index c64fdd8..7e39898 100644 --- a/script/test/test_stream_out.py +++ b/script/test/test_stream_out.py @@ -32,4 +32,4 @@ with source(host="127.0.0.1", port=OUTPUT_PORT, mode=SUB, receive_timeout = 3000 print (data.data.data.keys()) stop_event.set() -#thread.join(5.0) +thread.join(5.0)