Commit Graph

31 Commits

Author SHA1 Message Date
230040cb7d Modified tests. Fixed some mypy complaints. Added documentation. 2021-08-10 13:03:22 -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
96fcaa733e fixed tests hanging forever due to frame dict not being cleared. 2020-05-14 21:32:56 -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
7a7c415e83 Added high speed v4l2 webcams for linux. 2020-04-13 19:57:31 -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
decf7d7849 Added beter controls and an example. Improved documentation. 2019-11-17 14:26:43 -07:00
ab75034005 Added initial docs. Loosened tests. 2019-11-09 19:55:54 -07:00
268ecddbe0 Added just getting frames and not displaying. Added publishing to ros and zeromq. 2019-11-09 19:55:54 -07:00
e6c825efe3 added more tests 2019-11-09 19:55:53 -07:00
441246cf37 added unit tests for frame and window 2019-11-09 19:55:53 -07:00
a3ba16d56c Added actual tensor displaying. Added more tests. Added select channels. 2019-11-09 19:55:53 -07:00
60a29ddd9c Finalized lens work. Started initial unit tests. 2019-11-09 19:55:53 -07:00
31eb98c925 Added examples for newer API.
Former-commit-id: 7895f083379c6935d11e8ed164ee9a9eae75bc7e
2019-10-03 00:17:38 -07:00
9c360c89a6 renamed some files to make it easier to understand 2019-09-30 22:45:07 -07:00
eaa5fe13e0 Used mypy, pydocstyle, pycodestyle, sonarlint, removed py 2.7, and renamed. 2019-09-30 22:25:45 -07:00
552c087924 modified tests so the important ones passed 2019-09-29 22:51:00 -07:00
941751b007 Added more api to display function 2019-09-29 22:12:00 -07:00
e9f49862e7 added display function. 2019-06-26 17:31:03 -07:00
e54e3b26be keymouse: Created input loop decorators. Added tests. Added mouse events and mouse event handling. Added mouse interaction to conway test. 2019-02-25 22:09:37 -07:00
cb3f3d7b10 exceptions: Moved callbacks to its own location. Added VideoHandlerThread callback exception handling. Added exception tests. 2019-02-25 20:14:09 -07:00
877149194a callbacks: Added pytorch function display and pytorch conway life example. Still need to test coords. 2019-02-24 21:04:35 -07:00
82e81fc32b callbacks: Fixed some sonarlint problems. Added test for image with opencv scaling args. 2019-02-24 01:42:27 -07:00
767ebc4381 callbacks: Moved global_cv_display_callback to callbacks file. Added gpu-like function_display_callback. Removed need for wp.display_callback when using .display(). Added tests and examples. 2019-02-24 01:28:48 -07:00
ef467f2b61 nesting: Grew fix to fix tensor displaying. Added list handling. Improved tensor display test. Added list editing handling. 2019-02-20 22:45:12 -07:00
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
58eeb73e3d Switched from pubsubs to my own localpubsub library. Set to specific version. 2019-01-22 21:58:49 -07:00
b3afe23b46 Updated minor version. Added ability to display numpy arrays as still videos. Added test. 2019-01-21 22:04:30 -07:00
fef4a335f0 Updated requirements and version 2018-11-15 16:25:20 -07:00
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
356558a953 Changed to cvpubsubs. Initialized hatch. 2018-08-08 20:05:21 -07:00