Added ability to transmit tensors over zmq. Added zmq pub-sub topic handling. Added ndarray list handling. Renamed 'high_speed' mode to mjpg. Updated setup.py to handle more numpy versions.

This commit is contained in:
SimLeek
2021-08-10 12:31:53 -07:00
parent 405ce8f547
commit c0df2cab4e
6 changed files with 61 additions and 25 deletions

View File

@ -42,7 +42,7 @@ setup(
install_requires=[
"docopt==0.6.2",
"localpubsub==0.0.4",
"numpy>=1.17.0",
"numpy>=1.14.5",
"opencv-python==4.*,>=4.0.0",
"pyzmq>=22.0.3",
"tensorcom"