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

Object Detection in OpenCV #91

Open
TheHungrySlav opened this issue Nov 2, 2022 · 1 comment
Open

Object Detection in OpenCV #91

TheHungrySlav opened this issue Nov 2, 2022 · 1 comment

Comments

@TheHungrySlav
Copy link

TheHungrySlav commented Nov 2, 2022

Hello, I am attempting to use OpenCV to detect objects on a live Lepton feed. The problem is I do not know which Lepton files to import to my Python code. How can I implement this?

OpenCV.zip

@marty-sullivan
Copy link
Collaborator

I created the v4l2lepton module (source in this repository) several years back to allow the Lepton 2 to show up as a standard v4l2 webcam that OpenCV can interact with.

https://github.com/groupgets/LeptonModule/tree/master/software/v4l2lepton

I haven't done any maintenance on this for some time but others have made some minor contributions. I don't think it was ever updated for use with Lepton 3 but it may not be too hard.

Otherwise, you would need to use some code that pulls frames from your Lepton and feed them into OpenCV as standard image formats.

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

2 participants