10-24-2019 03:16 PM - edited 10-24-2019 03:24 PM
Hi,
I'm trying to run 2 instances of the HLGrab sample applications to acquire from the 2 cameras plugged into my 1430 card. I can grab from both camera individually (using img0::0 and img0::1), but I can't grab simultaneously. When I try to start the second, I get this error message when calling imgInterfaceOpen: "The requested image acquisition device is already in use.".
How can I open both interfaces at the same time?
I'm using the very latest SDK (19).
Thanks,
Martin
10-25-2019 11:25 AM
I found out that you can't access the 2 interfaces from separate processes. Acquiring from both cameras inside a single process works fine.