Skip to content

insonifi/gst-qrinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gst-qrinfo

Element that superimposes QR coded metadata on the frame.

Usage

gst-launch-1.0 videotestsrc ! qr ! xvimagesink

Parameters

  • scale — QR code scale factor Default: 1
  • x — X position offset Default: 10
  • y — Y position offset Default: 10
  • border — white border width around QR code Default: 2
  • string — Custom string to be appended to metadata Default: ''

Compiling

All you need is run:

./autogen.sh
make

Installing

  • either make install
  • or copy it to ~/.local/share/gstreamer-1.0/plugins

Dependecies

  • gstreamer >=1.0
  • libqrencode >= 3.0

Credits

Thanks to great GStreamer project and gst-template.

About

Gst element that embeds QR encoded metadata into videostream

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published