Search found 5 matches

by stureynolds
Wed Apr 13, 2022 7:06 pm
Forum: IP Cameras
Topic: AD410 human detect api
Replies: 0
Views: 819

AD410 human detect api

Is there a way to programmatically ensure that the AD410's human motion detection is enabled?

I didn't see anything obvious in the result of /cgi-bin/configManager.cgi?action=getConfig&name=MotionDetect

Thanks in advance.
by stureynolds
Fri Apr 01, 2022 1:12 pm
Forum: Amcrest Smart Home
Topic: AD110 or AD410?
Replies: 10
Views: 9312

Re: AD110 or AD410?

One difference is that the AD110 has an IR motion sensor. I don't think that the AD410 does.
by stureynolds
Fri Apr 01, 2022 12:36 pm
Forum: IP Cameras
Topic: AD110 Can disable audio "Connected/Disconnected to Network"
Replies: 0
Views: 794

AD110 Can disable audio "Connected/Disconnected to Network"

The AD110 can announce Connected/Disconnected to Network" to the street if the WiFi connection is spotty.
This is pretty obnoxious when it happens in the night and keeps my kids awake.
Can this be disabled?

Thanks in advance.
by stureynolds
Fri Apr 01, 2022 12:34 pm
Forum: IP Cameras
Topic: AD110 Can disable IR emitter?
Replies: 0
Views: 752

AD110 Can disable IR emitter?

Is seems that when the AD110 is streaming video it becomes a strong IR source and will trigger (and even hold high) nearby motion sensors placed a couple of inches away. It does this even in the day.
Is there a way to disable this?

Thanks in advance.
by stureynolds
Fri Apr 01, 2022 12:30 pm
Forum: IP Cameras
Topic: Ad110 Can test is a client is currently streaming?
Replies: 0
Views: 763

Ad110 Can test is a client is currently streaming?

Is there an API to know if the camera is streaming? I can subscribe to RtspSessionState (PLAY / TERMINATE), but this won't tell me if the TCP connection was dumped since TERMINATE is never sent. There is also RtspSessionDisconnect, but AFAICT, this is sent immediately after PLAY (and the event arriv...