
cameras in igor 7

schmiedeberg
at the moment it seems there is nothing i can do with a camera window but sit and watch...
I have libraries in .NET, ActiveX and directShow format. Are these needed to have better control of the camera?
Til
If you give specifics of what parameters you want to adjust and what camera hardware you are using, we might be able to provide more focused assistance.
October 5, 2016 at 04:00 pm - Permalink
If you are able to watch video you should be able to capture images. All camera control is provided under the ModifyCamera operation. You can execute:
for more details.
It is in general not practical/possible for us to provide specific examples because of the vast number of camera models and different versions of their drivers. Our camera operations are built on top of Qt camera API which tries to support (usually) built-in cameras or cameras supported under generic drivers. Note that although technologies such as DirectShow may provide access to controlling capture parameters, it turns out that very few camera drivers actually support these features.
If you are really looking for full feature support and you have the relevant libraries, you should write an XOP for your camera. You can contact support@wavemetrics.com for more specific help.
A.G.
WaveMetrics, Inc.
October 7, 2016 at 01:41 am - Permalink
I have been able to get a camera image, I'll try to play if can modify exposure time etc.
Til
October 10, 2016 at 02:51 am - Permalink