image processing - C# - EMGU CV taking frames with higher resoultion? -
i trying capture frames higher resolution (eg. 800x600) , brightness using emgucv(emgucv 2.1.0.793).
i using a4 tech pk-730mj web cam.
i tried set capture property _capture.setcaptureproperty(emgu.cv.cvenum.cap_prop.cv_cap_prop_frame_height, 600);
but capturing 640x480 frame. how set frame capture, brightness property? capture property camera specific? if yes, camera should use? logitech webcam pro 9000 work?
hope solved problem. might interested, can set 1 of default resolutions, e.g 1280*1024, 600*480. guess 800*600 not 1 of default settings. try setting height 1024. works me. ^ ^
Comments
Post a Comment