pypylon icon indicating copy to clipboard operation
pypylon copied to clipboard

how to save images captured from 3 cameras at the same time into 3 drives using the same code????

Open thasnimolvs opened this issue 4 years ago • 2 comments

the images from 3 cameras saving to 3 different drives ,

thasnimolvs avatar Oct 01 '21 02:10 thasnimolvs

@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.

SMA2016a avatar Oct 10 '21 07:10 SMA2016a

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

thasnimolvs avatar Oct 11 '21 08:10 thasnimolvs