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

interfacing several camera #6

Open
sashagaz opened this issue Aug 27, 2019 · 2 comments
Open

interfacing several camera #6

sashagaz opened this issue Aug 27, 2019 · 2 comments

Comments

@sashagaz
Copy link

Can you please advise how to interface with several cameras? When I create an instance of the class, I always connect only to one of the cameras, unless I physically disconnect it.

@jirhiker
Copy link
Member

jirhiker commented Aug 28, 2019

with the current version you cannot yet open multiple cameras. Im working on implementing this functionality but the toupcam docs are a little cryptic. https://github.com/NMGRL/toupcam/blob/master/docs.md#toupcam_enum

you can see what ive got so far on the develop branch

@jirhiker
Copy link
Member

Checkout the latest version on develop.
Ive completed enumerate_cameras and enabled instantiating a camera by name

cam = ToupCamCamera(cid='U3CMOS10000KPA(USB2.0)')

Not sure if enumerate_cameras will function properly when multiple cameras are connected. This will require some testing and maybe some modification to core.ToupcamInst

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