no2
Results
1
issues of
no2
Hi, i am trying to change some of the camera parameters like the 'DecimationVertical' Here is my code : > cam = pypylon.factory.create_device(device_name) > cam.open() > cam.properties['PixelFormat'] = 'Mono8' >...