Open pfernand3 opened 7 months ago
Hello Patricia
please make sure, the exposure time and gain values are high enough to get an image. Also make sure, the camera is not in trigger mode. You can check that with IC Capture 2.5, it shows no live video, if the camera is in trigger mode.
Latest IC Capture 2.5 can export a Device State XML from "File" menu. I suggest to setup the camera with IC Capture 2.5, export a Device State XML file and used in your script.
You may also consider use IC Imaging Control 4, which has a more sophisticated Python port: https://www.theimagingsource.com/en-us/documentation/ic4python/index.html
Stefan
Hello,
I want to take images with several DFK 33GX265 cameras, loading the configurations from a .xml file and I have the following python code in Windows:
The result of the saved image test.png is a black image and the result of SnapImage is 0. how can I solve it? The rest of the code returns what it should without giving error.
I can't find any documentation about the ic.IC_LoadDeviceStateFromFile() function.
Best regards and thanks in advance, Patricia