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

No docs/readme #3

Open
EvoArt opened this issue Oct 1, 2021 · 1 comment
Open

No docs/readme #3

EvoArt opened this issue Oct 1, 2021 · 1 comment

Comments

@EvoArt
Copy link

EvoArt commented Oct 1, 2021

Hi

I'm interested in using some sort of Julia - camera interface. Ideally I would want to use a Julia script to tell a camera (not chosen one yet) to take a picture, and then have the image stored in a particular folder. Is this the sort of thing I could do with this package? I don't see any docs, so I'm not sure.

Thanks
Arthur

@stemann
Copy link
Owner

stemann commented Oct 1, 2021

Hi

Yes - you are right, some documentation would be nice.

The aim of this package is to serve as a generic camera interface - so you can swap out camera implementations without changing applications.

The package does not aim to implement an interface for image writing (e.g. to a folder).

For now, the tests serve as the documentation:

Here's a small example of using a Basler Pylon Camera - implementing the generic interface in Cameras: https://github.com/IHPSystems/PylonCameras.jl/blob/master/samples/pyloncamera.jl

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