Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Red line overlay and Code 128 limiter #8

Closed
redphyre opened this issue Jan 18, 2015 · 4 comments
Closed

Red line overlay and Code 128 limiter #8

redphyre opened this issue Jan 18, 2015 · 4 comments

Comments

@redphyre
Copy link

Hey, this isn't exactly an issue but I couldn't find a way to just message you.

I'm looking to modify this slightly but everything I've seen with zBar SDK online doesn't match what exists in this repo. I'm wanting to add a vertical centered red line overlay to the scanner and also limit it to only read Code 128. How can I do this?

Thank you so much for your time spent working on this, it will really help my business once everything is flushed out in my app.

Matthew Walker

@tjwoon
Copy link
Owner

tjwoon commented Jan 22, 2015

Hi Matthew. On iOS my plugin uses the ZBar library's built in View/Controller self.scanReader = [ZBarReaderViewController new];. Please refer to line 43 of the file CsZBar.m.

As to how to modify the appearance, I guess you would have to hack the View after displaying it. I had to hack it to simplify the footer bar too...

@PaoloMessina
Copy link
Contributor

@redphyre
Hi, try my pull request that contains a possible solution for the color sight:

#11 (comment)

@tjwoon
Copy link
Owner

tjwoon commented Feb 27, 2015

Hi @redphyre, the red line has been added thanks to @PaoloMessina's pull request #11. The line is horizontal on Android as we have optional title and instruction texts at the top and bottom of the view.

No updates on your request to limit scanning to Code 128 as yet...

@ghost
Copy link

ghost commented Feb 3, 2016

See here how to limit scanning to a specific type: #46

@tjwoon tjwoon closed this as completed Apr 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants