Commit Graph

30 Commits

Author SHA1 Message Date
SimLeek c0df2cab4e 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. 2021-08-10 12:31:53 -07:00
SimLeek 405ce8f547 Initial working zmq pub sub and topic integration 2021-07-04 22:27:00 -07:00
Josh Miklos 2b2b5d353d updated version 2020-07-04 20:46:17 -07:00
Josh Miklos a5575374af Updated to latest numpy to fix dependency error 2020-07-04 20:39:16 -07:00
Josh Miklos bcf6bd6625 Yet another pip fix attempt 2020-06-22 17:18:33 -07:00
Josh Miklos 170260ef0f Fix accidental string concat in setup.py 2020-06-22 17:05:51 -07:00
Josh Miklos fe3fd98312 Dev dependencies now require old pip version that tox can work with. 2020-06-22 17:03:33 -07:00
Josh Miklos 46c5719e14 Removed direct dependency that blocked pypi. Added wheel to dev and installed dev for ci. 2020-06-22 16:24:58 -07:00
Josh Miklos b8453da881 Added bus_info for v4l2. Added optional forcing OpenCV or V4L2. Added non-linear transform. Added transparent overlay. 2020-06-22 16:09:34 -07:00
simleek c8e09e53d9 cli now terminates 2019-11-09 19:55:54 -07:00
simleek eaa5fe13e0 Used mypy, pydocstyle, pycodestyle, sonarlint, removed py 2.7, and renamed. 2019-09-30 22:25:45 -07:00
Josh Miklos 43f4859889 py37: Updated requirements. 2019-03-10 17:19:12 -07:00
SimLeek 1c802f0a4f nesting: Added ability to display tensors of any rank as multiple windows. Added to readme. lowered opencv_python requirement due to char* assertion bug. 2019-02-20 22:08:06 -07:00
SimLeek 17ef814670 wheel_testing: Added comma to fix requires 2019-02-20 00:41:34 -07:00
SimLeek 8d3e3140d1 wheel_testing: Added spaces between requires operators as a hack to fix cibuildwheel 2019-02-20 00:41:09 -07:00
SimLeek fb23de5d50 wheel_testing: Added spaces after requires as a hack to fix cibuildwheel 2019-02-20 00:30:23 -07:00
SimLeek be04806d27 wheel_testing: bumped fix version. Fixed pypi uploading. fixed localpubsub requirement. 2019-02-20 00:21:41 -07:00
SimLeek 42d0d60bfe wheel_testing: Made travis pip installs verbose. Updated opencv version. 2019-02-19 23:35:16 -07:00
SimLeek 6cac03e941 wheel_testing: added .whl file testing to travis. Added auto-deployment. Version fixed requirements.txt. Removed requirements.txt from setup.py. 2019-02-19 23:25:13 -07:00
SimLeek 58eeb73e3d Switched from pubsubs to my own localpubsub library. Set to specific version. 2019-01-22 21:58:49 -07:00
SimLeek aaf161ff08 Updated fix version. 2018-11-15 16:35:57 -07:00
SimLeek fef4a335f0 Updated requirements and version 2018-11-15 16:25:20 -07:00
SimLeek e3b60a441f fixed readme titles. Fixed pypi to git site link. 2018-08-09 21:55:03 -07:00
SimLeek 256df87eaa Changed frame_handler_thread to VideoHandlerThread class. Added display_callbacks. Added frame_handler documentation. Added display function. Added set_global_frames_dict. Update VideoHandlerThread to use callback list. Added tests. Used tests as examples in readme. Updated pypi readme. 2018-08-09 21:48:12 -07:00
SimLeek 356558a953 Changed to cvpubsubs. Initialized hatch. 2018-08-08 20:05:21 -07:00
SimLeek 2b7899377e Updated major version due to breaking changes. Reformatted files and imports. Removed unused ctrl commands. Made all pubsub channels camel case. changed sub_win_loop to class. Removed implementation specific code. Removed unreliable 'x to quit' code. Made windows quit from pubsub. Added WinCtrl class for window specific commands. Added threaded interactive key press test. Removed testt file. 2018-04-08 14:12:02 -07:00
SimLeek adacde4d9d modified package structure some more for pip 2018-01-27 18:59:26 -07:00
SimLeek 9ff86c90f6 Changed directory structure to support pip 2018-01-27 18:37:21 -07:00
SimLeek 11adf29758 updated download url 2018-01-27 14:40:45 -07:00
SimLeek 34fd3dcd0e Added high speed mode to cv pubsubs. Added files for pip. Fixed code to match PEP8. 2018-01-27 14:26:52 -07:00