Results 4 comments of David Hay

My guess is that your camera IP address isn't (or shouldn't be) `169.254.138.106`. The camera's IP address should be the same as your computer's IP address except for the last...

Yes, that's definately something we should get working. I [experimented a little](https://github.com/misterhay/VISCA-IP-Controller/blob/main/old/listen_to_camera.py) with it at the beginning, but it hasn't been a priority. Of course pull requests are welcome :)

The shutter direct command should be `04 4A 00 00 0p 0q`, if `shutter` > 15 we should see `04 4A 00 00 01 0q`

It looks like those cameras support VISCA over IP, so they should work with this library. Make sure the IP address in the line `cam = Camera('192.168.0.70', port=1259)` is the...