pypylon
pypylon copied to clipboard
how to save images captured from 3 cameras at the same time into 3 drives using the same code????
the images from 3 cameras saving to 3 different drives ,
@thasnimolvs please describe your question in detail or if you already solved the issue , please close it then.
as I understood your question, this is just a matter of managing the filename
paths= ["C:\images", "D:\Images", "E:\images"]
Now you can call RetrieveResult on all cameras and save in corresponding directory.
sir @SMA2016a the question is that, i have three cameras with 3 serial numbers , so while capturing images i want to save each camera images to different drives . how to do it in python earlier am saving 3 different camera images into 3 separate folder on the same drive