seydx / camera.ui

NVR like user Interface for RTSP capable cameras

Home Page:https://github.com/seydx/camera.ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't record via API

kerryland opened this issue · comments

When I visit the "start recording" endpoint, recording does not start.

Visiting http://192.168.1.4:7272/motion?Drivecam in my browser results in:

{"error":false,"message":"Handling through extern controller.."}

And attempting to end the recording a while later http://192.168.1.4:7272/reset?Drivecam gives the same result:

{"error":false,"message":"Handling through extern controller.."}

It's great that it reports no error, but it also doesn't record anything.

Is "Handing through extern controller" a clue?

Thanks

Environment

  • Node.js Version: v16.20.0
  • Camera UI Version: v1.1.17
  • Operating System: Raspian
  • Browser: Firefox