![]() |
Get Video Motion Detection Camera Axis - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Get Video Motion Detection Camera Axis (/showthread.php?tid=5972) |
Get Video Motion Detection Camera Axis - Hoang Hien - 19.04.2025 Hello, I need to get API Video Motion Detection(VMD) from Camera Axis by LM5 based on the document below: Please help me. Thank you https://developer.axis.com/vapix/applications/video-motion-detection-4-api/ RE: Get Video Motion Detection Camera Axis - admin - 22.04.2025 It should be possible to trigger a HTTP request from the camera when a motion is detected. Refer to camera documentation. Remote request documentation and examples: https://kb.logicmachine.net/misc/remote/#examples There's a known issue that remote requests do not work for clients that only send username/password when a certain HTTP header is present. Work-around is posted here: https://forum.logicmachine.net/showthread.php?tid=5532&pid=38504 |