quatanium / python-onvif

ONVIF Client Implementation in Python
MIT License
474 stars 321 forks source link

Does this implementation support 3DZoom function ? #78

Open zqingxi opened 5 years ago

zqingxi commented 5 years ago

Hello, guys. I would like to implement 3DZoom function: given two points which are rectangle's left top point and right bottom point, then the ptz camera will rotate to the area and properly zoom in. Then the area will be the center area of ptz camera.

After go through this python-onvif code, I didn't find 3DZoom implementation. Could anyone tell me this implementation support 3DZoom or not? Thanks.

If not support, could anyone send here example on how to implement 3DZoom function? Thanks!