{"id":20200164,"url":"https://github.com/mxabc/lbxzbarsdk","last_synced_at":"2025-06-30T21:34:14.659Z","repository":{"id":56918165,"uuid":"280982770","full_name":"MxABC/LBXZBarSDK","owner":"MxABC","description":"删除UIWebView、LBXScan基于的ZBarSDK","archived":false,"fork":false,"pushed_at":"2020-09-02T01:17:04.000Z","size":239,"stargazers_count":10,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-12T05:17:43.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MxABC.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-20T01:21:41.000Z","updated_at":"2023-07-24T06:44:42.000Z","dependencies_parsed_at":"2022-08-20T21:20:27.888Z","dependency_job_id":null,"html_url":"https://github.com/MxABC/LBXZBarSDK","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/MxABC/LBXZBarSDK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MxABC%2FLBXZBarSDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MxABC%2FLBXZBarSDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MxABC%2FLBXZBarSDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MxABC%2FLBXZBarSDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MxABC","download_url":"https://codeload.github.com/MxABC/LBXZBarSDK/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MxABC%2FLBXZBarSDK/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262854092,"owners_count":23375058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T04:42:14.767Z","updated_at":"2025-06-30T21:34:14.575Z","avatar_url":"https://github.com/MxABC.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"ZBAR BAR CODE READER\n====================\n\nZBar Bar Code Reader is an open source software suite for reading bar\ncodes from various sources, such as video streams, image files and raw\nintensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128,\nCode 39, Codabar, Interleaved 2 of 5 and QR Code.  Included with the\nlibrary are basic applications for decoding captured bar code images and\nusing a video device (eg, webcam) as a bar code scanner.  For application\ndevelopers, language bindings are included for C, C++, Python and Perl\nas well as GUI widgets for Qt, GTK and PyGTK.\n\nCheck the ZBar home page for the latest release, mailing lists, etc.\n    http://zbar.sourceforge.net/\n\nLicense information can be found in 'COPYING'.\n\n\nBUILDING\n========\n\nSee 'INSTALL' for generic configuration and build instructions.\n\nThe scanner/decoder library itself only requires a few standard\nlibrary functions which should be avilable almost anywhere.\n\nThe zbarcam program uses the video4linux API (v4l1 or v4l2) to access\nthe video device.  This interface is part of the linux kernel, a 2.6\nkernel is recommended for full support.  More information is available\nat\n    http://www.linuxtv.org/wiki/\n\npkg-config is used to locate installed libraries.  You should have\ninstalled pkg-config if you need any of the remaining components.\npkg-config may be obtained from\n    http://pkg-config.freedesktop.org/\n\nThe zbarimg program uses ImageMagick to read image files in many\ndifferent formats.  You will need at least ImageMagick version 6.2.6\nif you want to scan image files.  ImageMagick may be obtained from\n    http://www.imagemagick.org/\n\nThe Qt widget requires Qt4.  You will need Qt4 if you would like to\nuse or develop a Qt GUI application with an integrated bar code\nscanning widget.  Qt4 may be obtained from\n    http://qt.nokia.com/products\n\nThe GTK+ widget requires GTK+-2.x.  You will need GTK+ if you would\nlike to use or develop a GTK+ GUI application with an integrated bar\ncode scanning widget.  GTK+ may be obtained from\n    http://www.gtk.org/\n\nThe PyGTK wrapper for the GTK+ widget requires Python and PyGTK.  You\nwill need both if you would like to use or develop a PyGTK GUI\napplication with an integrated bar code scanning widget.  PyGTK may be\nobtained from\n    http://www.pygtk.org/\n\nThe Python bindings require Python (version?).  You will need Python\nif you would like to scan images or video directly using Python.\nPython is available from\n    http://python.org/\n\nThe Perl bindings require Perl (version?).  You will need Perl if you\nwould like to scan images or video directly using Perl.  Perl is\navailable from\n    http://www.perl.org/\n\nIf required libraries are not available you may disable building for\nthe corresponding component using configure (see configure --help).\n\nThe Perl bindings must be built separately after installing the\nlibrary.  see\n    perl/README\n\n\nRUNNING\n=======\n\n'make install' will install the library and application programs.  Run\n'zbarcam' to start the video scanner.  use 'zbarimg barcode.jpg' to\ndecode a saved image file.  Check the manual to find specific options\nfor each program.\n\n\nREPORTING BUGS\n==============\n\nBugs can be reported on the sourceforge project page\n    http://www.sourceforge.net/projects/zbar/\n\nPlease include the ZBar version number and a detailed description of\nthe problem.  You'll probably have better luck if you're also familiar\nwith the concepts from:\n    http://www.catb.org/~esr/faqs/smart-questions.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxabc%2Flbxzbarsdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmxabc%2Flbxzbarsdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmxabc%2Flbxzbarsdk/lists"}