03-23-2016 06:06 AM - edited 03-23-2016 06:07 AM
I am trying to store the reference to an IMAQdx Session in a FGV, and I can't reconcile with the behavior shown by the following snippet:
In my understanding, the VI should throw an error at the property node the first time it is run, but not the next. The shift register should hold the session reference, and so it appears if probed (only shows "cam0"), and if compared with the constant input. But yet, the property node fails also in the subsequent run. What is going on, is there some hidden session status flag, which is released when the VI completes?
The documentation says Session Out is a unique reference to the camera. Session Out is the same as Session In. Well maybe, almost the same?
This is LV 2015 32bit.
Solved! Go to Solution.
03-23-2016 06:17 AM
03-23-2016 06:38 AM
Makes sense. It's apparent that the last time I was doing something similar with a camera session, I was using one of these SDKs where the reference is an anonymous handle returned by the SDK and not a LV object. Thx.