Grab one image with full resolution while streaming with low resolution using Pylon API and Basler camera
0
1 I am using Basler camera model acA1920-40uc and Pylon API. I want to create an application where user can see a continuous video stream with low resolution on one side, and capture one image with full resolution on the other side in parallel. Left: Video stream with low resolution, Right: Captured image with full resolution
Is there any way to do something like that without having to stop the current grabbing?
With my experience, I can only do one setting of the nodes (e.g width and height). If I want to change one node setting, I have to stop the current grabbing.
Thanks,
c++