• This repository has been archived on 08/Sep/2022
  • Stars
    star
    289
  • Rank 143,419 (Top 3 %)
  • Language
    Objective-C
  • Created over 12 years ago
  • Updated over 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

**Abandoned**: There's a mirror that is way more maintained and official-looking. Check out: https://github.com/zbar/zbar
ZBar iPhone SDK
===============

ZBar Bar Code Reader is an open source software suite for reading bar
codes from various sources, such as video streams, image files and raw
intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, DataBar,
Code 128, Code 93, Code 39, Interleaved 2 of 5 and QR Code.  These are
the Objective C wrappers and integrated widget for developing with the
library on the iPhone platform.

Check the ZBar project home page for the latest release, forums, etc.

* http://zbar.sourceforge.net/iphone

Installation
------------

If you are migrating from a pre-SDK source version of the library,
first make sure you remove all of the old references to zbar.xcodeproj
and libzbar.a and revert any related build settings.

To add the SDK to an Xcode project:

   1. Drag ZBarSDK into your Xcode project.
   3. Add these system frameworks to your project:
      * AVFoundation.framework (weak)
      * CoreMedia.framework (weak)
      * CoreVideo.framework (weak)
      * QuartzCore.framework
      * libiconv.dylib

Documentation
-------------

See Documentation.html for complete SDK documentation.

Examples
--------

You should be able to open and build the examples directly from the
disk image (ignore warnings about the read-only volume).  If you have
problems with this, please copy the examples to your local drive
instead and build from there.

A tutorial that walks through installing and using the SDK is
available in the documentation.  The SDK disk image also contains the
resulting Xcode project at Examples/ReaderSample.

Examples/readertest demonstrates most of the configuration options
available for the reader.

Examples/TabReader shows how you can use Interface Builder to add the
reader as a tab in a UITabBarController.

Examples/EmbedReader shows how a ZBarReaderView may be embedded
directly in the application view hierarchy.

Copyright and License
---------------------

Licensed under the GNU Lesser General Public License, version 2.1.
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt

Copyright 2008-2011 Β© Jeff Brown <[email protected]> et al

See the included files COPYING and LICENSE for details

More Repositories

1

deployster

**Abandoned** A pretty clear winner is emerging in this field and Fleet is now dead -- use Kubernetes instead! ~~An opinionated Golang HTTP service for automating zero downtime deploys to a Fleet cluster~~
Go
54
star
2

pghero_solo

Containerized, standalone instance of the pghero engine
Ruby
43
star
3

GMPInt

An Objective-C wrapper for libgmp.
Objective-C
11
star
4

go-livebarn

A golang library for fetching videos from the LiveBarn streaming service
Go
7
star
5

dnswatch

A DNS packet capture utility to output all DNS queries being made on a given interface
Go
5
star
6

turbine

A MySQL binary log parser.
Ruby
4
star
7

builder

A convention-based Docker image builder for turning Git pushes into deployable images
Go
4
star
8

S3

Amazon S3 Wrapper for CakePHP
PHP
4
star
9

etcdrouter-ui

A very early, initial stab at surfacing routing information stored in etcd for vulcand/haproxy-discovery.
CSS
3
star
10

mobile-detect

PHP
2
star
11

deployctl

A very simple, work-in-progress, CLI for Deployster
Go
2
star
12

go-yammer

A (WIP) Golang library for posting messages to Yammer and monitoring the realtime stream for group updates
Go
2
star
13

RKDiscussionBoard

The RestKit Discussion Board example application
Ruby
2
star
14

bmorton.github.com

Today in Ruby
Ruby
1
star
15

construct

A command line tool for creating new applications from any git-based template repository
Go
1
star
16

registry-azure

This is a Docker registry configured to use Azure storage and to be bootstrapped from etcd
Shell
1
star
17

euler14-objc

Here's the solution to Project Euler #14 in Objective C.
Objective-C
1
star
18

euler17-objc

The solution to Project Euler problem #17 in Objective C.
Objective-C
1
star
19

embedded-temporal

Go
1
star
20

dotfiles

Shell
1
star
21

stinger

API wrapper for Blue Hornet EMS
Ruby
1
star
22

RepositoryBrowser

An example project for taking advantage of the RestKit development branch's new table controller support.
Objective-C
1
star
23

ruby-1.9.3-p547-railsexpress-docker

A Dockerfile for the railsexpress patched Ruby 1.9.3 p547.
Shell
1
star