tchellomello / python-amcrest

A Python 2.7/3.x module for Amcrest and Dahua Cameras using the SDK HTTP API.
GNU General Public License v2.0
216 stars 76 forks source link

Nothing is returned from class amcrest.system.System #170

Closed nfour14 closed 3 years ago

nfour14 commented 3 years ago

Hi! I have an IP2M-841B-V3 and while some other things work, like turning on and off the motion detection, I am unable to query the camera for system information.

I do not get any errors when I run the script to query, it just returns nothing.

All requirements are installed, I tried python version 3.6.0 and 3.9.1.

Any ideas? Is this not working currently?

nfour14 commented 3 years ago

My mistake - forgot a print statement in there. :( Works.