How to set fps, width frame and height frame of a ipcamera in C++ [closed]
I have tryed with videoCapture.set(CAP_PROP_FPS,15) and it doesn't work. I have also tryed to set this props with ONVIF Device Manager and still doesn't work
VideoCapture does not have any means of communicating with your device. you'll have to get down to your device manual, and figure out, how the (proprietary) network protocol works. if yoou're lucky, it is http based, and you can use libCurl or such.
You mean VideoCapture.set ( ) is useful just when working with videos?
i only said, that you cannot control your ip camera like that. (ptz, framerate, resolution, etc)