11-27-2013 07:51 AM
Hi,
I'm testing different camera's from the same type.
They all use the same *.icd file.
We changed a default setting, but the "old" setting is being used because it is saved in the *.icd file.
I don't want this situation.
Is there an option to delete the *.icd file when closing a session.
So I'm sure it will use all latest default settings?? And not reuse an older *.icd file because it has the same modelname?
thanks
Kim
11-27-2013
02:46 PM
- last edited on
06-04-2025
04:21 PM
by
Content Cleaner
As far as I know you can delete the icd file(s) after having closed all sessions. As you already recognised the cameras will use their default settings when opened without an icd file. This thread prettily also points out the relationship between *.iid and *.icd and how to specify in the iid which icd to use.
Just for my understanding: Do you use more than one camera with exactly one icd file? To my expectation this would result in the file being written whenever you close a camera.
11-28-2013
05:24 AM
- last edited on
06-04-2025
04:21 PM
by
Content Cleaner
Hi KimT,
Please check the link to change camera parameters programatically: http://www.ni.com/example/26212/en/
11-28-2013 07:20 AM
I know the location of these file, so I can delete them myself after I close the session.
I was looking for a setting to do this automatically.
I have several camera's with the same modelname, but different serial number.
When one of the default settings (attributes) change I don't want the same camera file to be used.
11-28-2013 07:34 AM
Hi KimT,
In the link provided, please use the Get Camera info first which will give the model number and make. Create different icd files for each camera and based on camera model, use simple case-structure to get the appropriate .icd file with camera attributes.
Please check the link again,it has different examples which i think appropriate for this problem.