Commit Graph

235 Commits

Author SHA1 Message Date
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
bea9392bce fixed mypy 2020-04-13 20:16:18 -07:00
ac94d44511 black autoformat 2020-04-13 20:11:26 -07:00
fe95a539ba fixed pub_cam_loop_pyv4l2 mypy, docstring 2020-04-13 20:07:27 -07:00
7e2fd0a96a updated version 2020-04-13 20:00:34 -07:00
7a7c415e83 Added high speed v4l2 webcams for linux. 2020-04-13 19:57:31 -07:00
6f1066aaa6 Merge pull request #36 from SimLeek/silent_read
removed old async read_updates in favor of silent frame grabbing. Add…
0.7.3
2020-04-07 22:38:38 -07:00
412a9e4569 Added simple read_updates example. Fixed display_frames for pydocstyle 2020-04-07 22:34:11 -07:00
e14ae5f45e fixed frame documentation 2020-04-07 22:26:07 -07:00
f4526a513d Fixed documentation. 2020-04-07 22:19:06 -07:00
3a440a30d4 updated version 2020-04-07 22:08:15 -07:00
09c687ff42 removed old async read_updates in favor of silent frame grabbing. Added for loop handling. Set default framerate to infinite. Added no_display example. 2020-04-07 22:06:52 -07:00
beb15b2869 Merge pull request #35 from SimLeek/addcontrol
Addcontrol
0.7.2
2019-11-17 14:40:19 -07:00
508d209750 Tell mypy to ignore torch 2019-11-17 14:35:02 -07:00
decf7d7849 Added beter controls and an example. Improved documentation. 2019-11-17 14:26:43 -07:00
6b02f57780 Fixed version 0.7.1 2019-11-10 10:51:52 -07:00
cf2e4f44fb Fixed readme and pypi link. 2019-11-10 10:51:39 -07:00
c4a94a3073 Merge pull request #34 from SimLeek/lens
Lens
0.7.0
2019-11-10 10:41:22 -07:00
b479fc536b Allowed test pypi to fail if it already exists 2019-11-10 10:35:10 -07:00
af9eeff5a8 Fixed black and docs 2019-11-10 10:31:46 -07:00
09db2856cc Updated docs to satisfy tox 2019-11-10 10:18:32 -07:00
8ba0083449 Fixed tox ci tests 2019-11-09 22:34:44 -07:00
96cf260375 Moved publishing to linux 2019-11-09 22:34:00 -07:00
bd4d56614f Fixed ci tox call 2019-11-09 22:23:04 -07:00
87e2709fbb Fixed poetry readme link 2019-11-09 22:13:07 -07:00
a81341425d fixed steps in github action 2019-11-09 22:07:54 -07:00
2c870ac603 Added pypi publishing. Added docs. Fixed mypy. Added tox testing. 2019-11-09 22:00:43 -07:00