Releases: SimLeek/displayarray
Releases · SimLeek/displayarray
bugfix: reopenable videos
Added ndarray over zmq pub subs with topics. Should work for tensors too.
1.3.0 Changed minor version due to large new zmqfeature
fixed numpy include and updated version
1.2.1 updated version
Switched to setup.py and added more v4l2 functionality.
Merge pull request #45 from SimLeek/bus_info Added bus_info for v4l2. Added optional forcing OpenCV or V4L2. Added…
No videos in repo. Cloning is smaller.
Merge pull request #44 from SimLeek/jit_vids Jit vids
all code can grab from one cam
Merge pull request #43 from SimLeek/same_cam One camera can now be accessed by two seperate pieces of code. Update…
Frames are now stored/sent in dictionaries. The key is the source name.
Merge pull request #41 from SimLeek/display_dicts frames are now stored and returned as dictionaries with source name a…
Fixed non-mjpeg linux v4l2 webcam handling
Merge pull request #39 from SimLeek/raspi Raspi
Added high speed v4l support for linux
Merge pull request #37 from SimLeek/v4l2 Added high speed v4l2 webcams for linux.
Added non displaying read updates
Merge pull request #36 from SimLeek/silent_read removed old async read_updates in favor of silent frame grabbing. Add…