Skip to content

sio.emit I not control #1124

@isdito

Description

@isdito

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions