matrice-streaming 0.1.61__py3-none-any.whl → 0.1.62__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,5 +42,8 @@ if _is_main_process:
42
42
  return False
43
43
  return False
44
44
 
45
- if not dependencies_check(["opencv-python"]):
46
- dependencies_check(["opencv-python-headless"])
45
+ try:
46
+ import cv2
47
+ except ImportError:
48
+ if not dependencies_check(["opencv-python"]):
49
+ dependencies_check(["opencv-python-headless"])
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matrice_streaming
3
- Version: 0.1.61
3
+ Version: 0.1.62
4
4
  Summary: Common server utilities for Matrice.ai services
5
5
  Author-email: "Matrice.ai" <dipendra@matrice.ai>
6
6
  License-Expression: MIT
@@ -1,4 +1,4 @@
1
- matrice_streaming/__init__.py,sha256=aTS7E63XUa7gyk5gTznWDpwDwK_x0n0kuj54fAatbfo,1387
1
+ matrice_streaming/__init__.py,sha256=I8Op5-eLKbnCHV4gW25wwEd-PhrdiPQ61XAHzjQSwB8,1447
2
2
  matrice_streaming/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  matrice_streaming/client/__init__.py,sha256=xkONxPt6ZX46098YE-qMPQXtqfDwGxc2k_n4i89vC1c,81
4
4
  matrice_streaming/client/client.py,sha256=27rEXAZJ1jepe77uJN6COZyMWRX4pEDTyidZvNlJS40,18955
@@ -49,8 +49,8 @@ matrice_streaming/streaming_gateway/debug/debug_streaming_gateway.py,sha256=ZiDg
49
49
  matrice_streaming/streaming_gateway/debug/debug_utils.py,sha256=jWcSBgrk_YVt1QzSyw6geX17YBnTvgVdA5ubqO531a0,10477
50
50
  matrice_streaming/streaming_gateway/debug/example_debug_streaming.py,sha256=-gS8zNDswAoj6oss66QQWYZhY24usfLiMH0FFK06vV0,7994
51
51
  matrice_streaming/streaming_gateway/debug/test_videoplayback.py,sha256=s_dgWkoESiuJHlUAf_iv4d7OGmAhwocwDZmIcFUZzvo,11093
52
- matrice_streaming-0.1.61.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
53
- matrice_streaming-0.1.61.dist-info/METADATA,sha256=uvTRT2ANyqpIt5yMN-y9GcY8lFdPUW8KZhSUNWXSE_I,2477
54
- matrice_streaming-0.1.61.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
55
- matrice_streaming-0.1.61.dist-info/top_level.txt,sha256=PM_trIe8f4JLc90J871rNMYGVM3Po9Inx4As5LrCFUU,18
56
- matrice_streaming-0.1.61.dist-info/RECORD,,
52
+ matrice_streaming-0.1.62.dist-info/licenses/LICENSE.txt,sha256=_uQUZpgO0mRYL5-fPoEvLSbNnLPv6OmbeEDCHXhK6Qc,1066
53
+ matrice_streaming-0.1.62.dist-info/METADATA,sha256=qck0VzUMpKa3-tIg5v9R8ag9vRDE1L_qGgGsovc5LM0,2477
54
+ matrice_streaming-0.1.62.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
55
+ matrice_streaming-0.1.62.dist-info/top_level.txt,sha256=PM_trIe8f4JLc90J871rNMYGVM3Po9Inx4As5LrCFUU,18
56
+ matrice_streaming-0.1.62.dist-info/RECORD,,