ONVIFCameraAndroid icon indicating copy to clipboard operation
ONVIFCameraAndroid copied to clipboard

Change IP-Camera settings

Open AbdulrahmanZ opened this issue 4 years ago • 1 comments

How to change ip-camera settings like framerate , resolution ... etc , with onvif Any help please.

AbdulrahmanZ avatar Aug 03 '21 07:08 AbdulrahmanZ

There are media profiles, which describes VideoSourceConfiguration you can check all of your device available profiles by calling GetProfiles method. You can choose which profile u want use with <ProfileToken> argument in GetStreamUri method for more check: http://www.onvif.org/ver10/media/wsdl/media.wsdl

ADK64 avatar Sep 18 '21 20:09 ADK64