Oh, sorry, I got it, there is a depthai-sdk[record]==1.11 update to that 'record' part. After install this requirement, it seemed work fine, but after I "ctrl + c", it shows some error message as below:
line 198, in _run_module_as_main
[2023-07-15 07:30:00] INFO [root._run:34] Exiting store frame thread
return _run_code(code, main_globals, None,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
…..
return cv2.imdecode(packet.msg.getData(), self.flag)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyboardInterrupt
But this is fine, right?
Thanks a lot
Wu Bi