Hello,
The sdk say me this
Default IP
The default IP for the CamFi is 192.168.9.67 or 192.168.1.67. Take the photo
GET takepic/true
Trigger the camera to take a photo
I Connect
sio = socketio.Client()
sio.connect('http://192.168.9.67:8080')
But the emit not works
def my_event(sid, data):
# handle the message
print ("ddddddddddddffffff")
return "OK", 123
sio.emit('my_event','GET takepic/true')
if you dont mind heko me
Hello,
The sdk say me this
Default IP
The default IP for the CamFi is 192.168.9.67 or 192.168.1.67. Take the photo
GET takepic/true
Trigger the camera to take a photo
I Connect
But the emit not works
if you dont mind heko me