-
Notifications
You must be signed in to change notification settings - Fork 80
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
A way to open CS165MU thorlabs camera #135
Comments
You should be able to use it like any of the other camera drivers. To aid in debugging, you might want to import that module directly and look for any attached cameras:
The camera can then be opened and used like the other cameras. It looks like the latest docs for the camera interface haven't generated properly, so check out these old ones. Please note that the |
Thank you so much! This has been helpful to know this will work. Thank you again, |
It's been years since I used this, but it appears that the TSI software is available if you go to the software page where you'd download ThorCam, and go to the "Programming Interfaces". It should be under "Windows SDK and Doc. for Scientific Cameras". Interestingly, it seems like they've expanded the SDK over the years and now have a C interface which we could wrap more cleanly. Also they seem to have a Python wrapper of their own in that same download, if you're interested. |
As far as installation goes, I think the Instrumental driver only relies on In all honesty though, unless you really want to use Instrumental for this specific driver, you're probably better off using the Thorlabs-provided Python interface, since it seems like the SDK may have changed significantly since I was using it. In fact, |
Hello,
I have a CS165MU camera from thorlabs and I want to grab frames from the camera in real time and process them on the fly.
I noticed that there is support for the TSI SDK in instrumental, but it's not obvious to me how to use it.
Do you have any advice on how I can use this camera?
The text was updated successfully, but these errors were encountered: