Git Product home page Git Product logo

Comments (9)

t-oster avatar t-oster commented on August 30, 2024

The VisiCam project is pre-alpha I fear. The webcam-capture branch is only one commit ahead, which just includes the library and replaces the capture-call. I don't know anymore if it worked, so you will have to try. I think the simplest solution would be to use an external command for the webcam-capture, like "fswebcam" or "uvcapture". You can enter that command in the web-interface.

I would still vote for a re-implementation of VisiCam either with a RaspberryPi and the PiCam, or as a android/iOS app. But as always, time is the enemy

from visicam.

t-oster avatar t-oster commented on August 30, 2024

If I recall correctly, the native openCV capture didn't work... but try both branches.

from visicam.

peteruithoven avatar peteruithoven commented on August 30, 2024

I think that would be interesting, because of the nice camera module it's a very solution.
I found and improved an enclosure for a raspberry pi and a camera module: http://www.thingiverse.com/thing:178628

from visicam.

peteruithoven avatar peteruithoven commented on August 30, 2024

Didn't work specifically on Raspberry Pi's or in general?

from visicam.

t-oster avatar t-oster commented on August 30, 2024

I think it didn't work in general. How do you access the PiCam? Maybe there is a tool for capturing a hi-res picture and saving it to jpeg? This can be used by VisiCam...

from visicam.

peteruithoven avatar peteruithoven commented on August 30, 2024

You're right, there is a nice commandline tool for this; raspistill
http://www.raspberrypi.org/camera

I did found the custom command configuration, so I was hoping I could do something like that.

from visicam.

t-oster avatar t-oster commented on August 30, 2024

Unfortunately I do not have a camera module yet, so I cannot test. But it should be easy. VisiCam still requires four round markers in the corners (circles in circles). But I was planning to make just a generic edge-detection and use assume they are perpendicular and thus use their corners for the homography...

from visicam.

peteruithoven avatar peteruithoven commented on August 30, 2024

So, when you use the custom capture command you don't use opencv capture or the webcam capture library?
I did quite some computer vision projects, but all in openFrameworks (framework for artists in c++), and dragging that into this project feels wrong. Maybe if I can't get this to work I'll try something in basic c / c++.

from visicam.

t-oster avatar t-oster commented on August 30, 2024

Nope... I just use the custom command and expect the JPEG file to be present after. I still use OpenCV for the marker-detection and homography. I wanted to avoid c/c++ to prevent the deployment and dependency-hell. If we only use the raspberry pi however, It would be just an sd-card image, so c++ would be ok. On the other hand, most of the features are available as pure-java libraries like boof-cv etc. This would then be creating just one jar and run it on all platforms...

from visicam.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.