not able to access multiple gigeV camera in python.
I have imported the pygigeV class
ctx= gev()
print ctx.GevGetDeviceCount()
print ctx.GevGetCameraList()
Returning memory allocation error when two cameras are connected. but working fine with single camera.
Please let me know does it not support multiple cameras?
not able to access multiple gigeV camera in python.
I have imported the pygigeV class
ctx= gev()
print ctx.GevGetDeviceCount()
print ctx.GevGetCameraList()
Returning memory allocation error when two cameras are connected. but working fine with single camera.
Please let me know does it not support multiple cameras?