Showing posts with label barcode. Show all posts
Showing posts with label barcode. Show all posts

Thursday, January 28, 2010

gst-dmtx 0.10.3

New release of gst-dmtx out now. Major change is that buffers are handled in a thread so the pipeline won't stall if "skip" propery is set larger than 0. Set "skip=0" to use the old behavior, for example when analyzing a one buffer only image.

Get it here: gst-dmtx-0.10.3.tar.gz.

Friday, November 06, 2009

gst-dmtx 0.10.2

Tagged and released gst-dmtx 0.10.2, a gstreamer element for decoding datamatrix barcodes using libdmtx.
Download here: gst-dmtx-0.10.2.tar.gz

Tuesday, October 20, 2009

gstreamer + libdmtx = yay :)

I've been thinking about writing my first ever proper gstreamer element using libdmtx, it took a while to get there but now it finally works, see the screenshot:


Update:
Sources are available in my git repository.