Skip to content

Releases: SimLeek/displayarray

bugfix: reopenable videos

06 Nov 05:50
ddc97b9
Compare
Choose a tag to compare

Fixed a bug where a window/camera with the same name as a previous one, but a different resolution, would crash the program.

Added ndarray over zmq pub subs with topics. Should work for tensors too.

12 Aug 21:33
Compare
Choose a tag to compare
1.3.0

Changed minor version due to large new zmqfeature

fixed numpy include and updated version

05 Jul 03:57
Compare
Choose a tag to compare

Switched to setup.py and added more v4l2 functionality.

23 Jun 00:29
8550050
Compare
Choose a tag to compare
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.

20 May 01:53
823bb3e
Compare
Choose a tag to compare
Merge pull request #44 from SimLeek/jit_vids

Jit vids

all code can grab from one cam

15 May 04:56
a2496fc
Compare
Choose a tag to compare
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.

29 Apr 20:42
2bb608b
Compare
Choose a tag to compare
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

14 Apr 23:50
0fc9280
Compare
Choose a tag to compare
Merge pull request #39 from SimLeek/raspi

Raspi

Added high speed v4l support for linux

14 Apr 03:24
83895ef
Compare
Choose a tag to compare
Merge pull request #37 from SimLeek/v4l2

Added high speed v4l2 webcams for linux.

Added non displaying read updates

08 Apr 05:42
6f1066a
Compare
Choose a tag to compare
Merge pull request #36 from SimLeek/silent_read

removed old async read_updates in favor of silent frame grabbing. Add…