03-14-2013 04:51 AM
Dear all,
I'm trying to save an AVI file with Labview and make an image process with VBAI at the same time, in one machine.
The error : "Camera already in use" displayed.
My Camera is a GIGE and I work with Imaqdx. I've test the multicast mode but it only operate with several machines.
How can I do this ?
Thank's to help me,
Yoann B
03-14-2013 06:39 AM
The error : "Camera already in use" displayed.
How can I do this ?
Pretty sure you can't.
03-14-2013 07:42 AM
Thank you for your answer PackersFan.
So it's impossible to an inspection with VBAI and Save the video (of this inspection) with one camera?
03-14-2013 07:49 AM
I'm not necessarily saying that. It's been a while since I've used VBAI, so I don't remember all of the capabilities, but if VBAI can do the inspection and recording at the same time, you should be fine.
The trick is that only one program can access the camera at the same time. That application reserves the camera, thus making it unavailable to others.
03-14-2013 08:09 AM
Ok, I understand what you say.
Thank you for your answer, all that is left for me to do now is to focus on the possibility that VBAI can help me.
Yoann B
03-14-2013 01:12 PM
VBAI has an image logging step that you can use to save the image to disk.
03-14-2013 01:14 PM
If you want to share the image acquire with VBAI with a separate LabVIEW application, you can create an image system shared variable that can be accessed by LabVIEW. This white paper explains how to do it.