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

libdc1394 error: Failed to initialize libdc1394 #123

Open
vielmetti opened this issue May 25, 2015 · 7 comments
Open

libdc1394 error: Failed to initialize libdc1394 #123

vielmetti opened this issue May 25, 2015 · 7 comments
Labels

Comments

@vielmetti
Copy link

I built an image with Docker under Ubuntu 14.04 using the supplied Dockerfile, and uploaded it to Docker Hub. When I run it it properly decodes plates, but every time I get the warning message

libdc1394 error: Failed to initialize libdc1394

I know the problem isn't in openalpr; I think it's either in OpenCV or somewhere in VirtualBox, based on

http://stackoverflow.com/questions/12689304/ctypes-error-libdc1394-error-failed-to-initialize-libdc1394

but I didn't see an open Github issue for it & thus I'm opening this issue here to help identify the upstream problem (or to look for a way to work around it in the Docker build).

Repeat by:

% docker run vielmetti/openalpr-ubuntu

My host machine is OS X 10.9.5 + boot2docker + VirtualBox 4.3.26 r98988 (with USB disabled).

@vielmetti
Copy link
Author

I switched to a CoreOS based Docker instead of boot2docker, and have the same issue.

Edwards-MacBook-Air:coreos-vagrant emv$ docker version
Client version: 1.6.2
Client API version: 1.18
Go version (client): go1.4.2
Git commit (client): 7c8fca2
OS/Arch (client): darwin/amd64
Server version: 1.6.2
Server API version: 1.18
Go version (server): go1.4.2
Git commit (server): 7c8fca2-dirty
OS/Arch (server): linux/amd64

@matthill
Copy link
Contributor

As you're probably aware, it's an innocuous error message. However, it does cause concern for many users (people assume they did something wrong). There's not much we can do about it though, it's coming directly from within OpenCV. I believe they have it fixed in the upcoming OpenCV 3.0.

I'm planning on switching over to OpenCV 3.0 as soon as possible. Intel worked out an arrangement where IPP is now embedded in the new version of OpenCV. Without touching the OpenALPR code, this will result in a minimum 20% speed improvement.

@matthill matthill added the bug label Aug 11, 2015
@hrabalvojta
Copy link

This bug is still active.
docker version
Client:
Version: 1.10.0
API version: 1.22
Go version: go1.5.3
Git commit: 590d5108
Built: Thu Feb 4 18:16:19 2016
OS/Arch: linux/amd64

Server:
Version: 1.10.0
API version: 1.22
Go version: go1.5.3
Git commit: 590d5108
Built: Thu Feb 4 18:16:19 2016
OS/Arch: linux/amd64

@bobbytables
Copy link

Still active, anything I can help with?

@AndyTsangChun
Copy link

Still active with current version in ubuntu 16.04

@douglasgalico
Copy link

I'm also seeing this issue.

@JackKuo-tw
Copy link

Still active... wait for help, Ubuntu 16.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants