261 Commits

Author SHA1 Message Date
139cfc6ab7 Updated to version 2.0: changed display backend to moderngl_window. 2024-02-10 20:31:06 -07:00
ddc97b9233 Merge pull request #47 from SimLeek/reopening
Fixed bug where reopening videos froze the window
1.3.1
2022-11-05 22:47:57 -07:00
54da107778 Ignoring mypy type warnings on zmq code 2022-11-05 22:43:55 -07:00
ededc85a4d Moved mypy to 3.7 for now 2022-11-05 22:34:55 -07:00
925053b11b Updated tox for new python versions and added docstring for del_cam. 2022-11-05 22:30:01 -07:00
8f9ae47533 Looks like github actions removed python 3.6 support... moving to 3.7 minimum. 2022-11-05 22:25:10 -07:00
c0d6a70dfb Update minor version. Removed unnecessary prints. 2022-11-05 22:21:27 -07:00
700bda2c56 Added ability to reopen the same camera multiple times. 2022-10-07 19:33:50 -07:00
64fe1e2094 Changed minor version due to large new zmqfeature 1.3.0 2021-08-12 14:29:52 -07:00
ec02c4070e Merge pull request #46 from SimLeek/zmq_update
Added zmq transmission of ndarrays
2021-08-12 14:25:13 -07:00
ed33443f38 removed unused poetry dependency 2021-08-10 13:08:53 -07:00
88c62c6e6f Updated publish yml to latest poetry package 2021-08-10 13:07:19 -07:00
230040cb7d Modified tests. Fixed some mypy complaints. Added documentation. 2021-08-10 13:03:22 -07:00
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
405ce8f547 Initial working zmq pub sub and topic integration 2021-07-04 22:27:00 -07:00
2b2b5d353d updated version 1.2.1 2020-07-04 20:46:17 -07:00
a5575374af Updated to latest numpy to fix dependency error 2020-07-04 20:39:16 -07:00
8550050bfe Merge pull request #45 from SimLeek/bus_info
Added bus_info for v4l2. Added optional forcing OpenCV or V4L2. Added…
1.2.0
2020-06-22 17:28:25 -07:00
a52c7ff7f2 Added multiline run command 2020-06-22 17:24:23 -07:00
2c24512a5e fix typo 2020-06-22 17:20:02 -07:00
bcf6bd6625 Yet another pip fix attempt 2020-06-22 17:18:33 -07:00
9841489924 Added suggested user tag 2020-06-22 17:10:37 -07:00
170260ef0f Fix accidental string concat in setup.py 2020-06-22 17:05:51 -07:00
fe3fd98312 Dev dependencies now require old pip version that tox can work with. 2020-06-22 17:03:33 -07:00
c2be473cbe Broken pip breaks mypy. Skipping fix for now. 2020-06-22 16:54:33 -07:00
3a0b36e6fb Fixing broken pip 2020-06-22 16:50:27 -07:00
3af4562ce2 Added fix for mypy in 3.7 2020-06-22 16:45:27 -07:00
7c5d521b9c Skipping test-docs, which is currently broken with setup.py 2020-06-22 16:37:37 -07:00
33378413b0 Removing black for tox auto due to inconsistency across platforms. 2020-06-22 16:31:50 -07:00
46c5719e14 Removed direct dependency that blocked pypi. Added wheel to dev and installed dev for ci. 2020-06-22 16:24:58 -07:00
fafa4c7272 fixed test-docs for windows 2020-06-22 16:13:48 -07:00
829d8bace8 Added wheel publishing 2020-06-22 16:12:52 -07:00
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
823bb3e173 Merge pull request #44 from SimLeek/jit_vids
Jit vids
1.1.1
2020-05-19 18:52:05 -07:00
699c094774 updated version 2020-05-19 18:47:36 -07:00
7bc3196079 Removed vids so cloning doesn't take forever. 2020-05-19 18:46:27 -07:00
a2496fc511 Merge pull request #43 from SimLeek/same_cam
One camera can now be accessed by two seperate pieces of code. Update…
1.1.0
2020-05-14 21:40:16 -07:00
96fcaa733e fixed tests hanging forever due to frame dict not being cleared. 2020-05-14 21:32:56 -07:00
833b783188 One camera can now be accessed by two seperate pieces of code. Updated minor version. 2020-05-14 20:15:14 -07:00
2bb608b62b Merge pull request #41 from SimLeek/display_dicts
frames are now stored and returned as dictionaries with source name a…
1.0.0
2020-04-29 13:41:51 -07:00
337dd5f276 frames are now stored and returned as dictionaries with source name as key. Set to version 1.0.0 because this is a major breaking change. 2020-04-29 13:21:12 -07:00
5e672698a4 Merge pull request #40 from SimLeek/many_windows
supported returning a list from a callback for multiple windows again.
2020-04-29 11:48:56 -07:00
18335d6260 supported returning a list from a callback for multiple windows again. 2020-04-29 11:42:46 -07:00
0fc9280b3c Merge pull request #39 from SimLeek/raspi
Raspi
0.7.5
2020-04-14 16:44:56 -07:00
c1186daea7 Updated version. 2020-04-14 16:40:10 -07:00
ea1124a2ae Added rgb24 handling for linux v4l2 webcams. Unrestricted OpenCV version. 2020-04-14 16:32:26 -07:00
3f5823cd49 Fixed pub_cam_thread to select pub_cam_loop_pyv4l2 only if the library was loaded. 2020-04-13 20:59:47 -07:00
ce77f1ba33 cv version is set for raspberry pi 2020-04-13 20:55:05 -07:00
2503c6b723 updated to opencv4 2020-04-13 20:29:51 -07:00
83895ef38e Merge pull request #37 from SimLeek/v4l2
Added high speed v4l2 webcams for linux.
0.7.4
2020-04-13 20:20:12 -07:00