Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Is the motion detection event API available? ONVIF interactable?

zun

New Member
Joined
Jul 22, 2022
Messages
2
Reaction score
0
Whenever the motion is detected by the Yoosee camera,
I'd like to receive an event programmatically (API and/or something else) from the device itself.
So that I can easily capture rstp frame.
Is it possible?
If there is not, I would very appreciate your idea.

Thanks
 
Update:
I try with ONVIF device tool here:
https://www.lingodigit.com/onvif_nvcdemo.html

My Yoosee camera is automatically detected by the tool, but got the Connection failed message:

Code:
addDevice : "http://<my-yoosee-ip>:5000/onvif/device_service" , manual: false
"\nAddress: <my-yoosee-ip>\nConnection failed"
 
Back
Top