ADC-722w wifi camera

jstronics

n3wb
Joined
May 13, 2021
Messages
1
Reaction score
0
Location
US
Anyone know a way to make adc-722w wifi camera from alarm.com work with Blue iris or any other program.
 

w6unx

n3wb
Joined
Jun 13, 2021
Messages
8
Reaction score
6
Location
Hawaii
Anyone know a way to make adc-722w wifi camera from alarm.com work with Blue iris or any other program.
That is a camera that I have not been able to molest (I'd be happy to take a deeper dive into the hardware if you can part way with it for a few weeks, I promise to return it in the conditioned that it came); with that being said, with what you have and no modifications, sorry to say that the firmware from alarm.com does not give you any options for 3rd party integration. You have a few options, break open the camera and check for any type OEM markings (Logically and/or physically), if not, then you are pretty much stuck with that camera as-is. I did a quick check on the FCC website, and all that is listed for the FCCID on the device is an embedded wireless module, so no external or internal pictures of the hardware. If you can provide some pictures (Close up detail photos), we can attempt to assist you on the next steps.

It is unlikely that the camera is an OEM, I have not seen any other cameras on the market that resembles this make and model; unless the inside guts are OEM, which is possible; pictures would help. If you can get access and locate a UART, you can get detailed information on the likelyhood of integrating that camera to third-party hardware/software.

Hope this helps.
Regards,
B
 

sojibby

n3wb
Joined
Aug 9, 2024
Messages
2
Reaction score
1
Location
Canada

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
18,134
Reaction score
42,518
Location
Alabama
Did you ever get anywhere with this afterwards? I also have an adc-v723 camera just for show that I'd like to use.
It's been almost 3 years but maybe one of these 4 will work with VLC; be sure to place 2 "/" after "rtsp:" as forum software won't allow 2 to be displayed consecutively:

Code:
rtsp:/username:password@Camera-IP/live3.sdp

rtsp:/username:password@Camera-IP:554/live3.sdp

rtsp:/username:password@Camera-IP/live.sdp

rtsp:/username:password@Camera-IP:554/live.sdp
 

sojibby

n3wb
Joined
Aug 9, 2024
Messages
2
Reaction score
1
Location
Canada
It's been almost 3 years but maybe one of these 4 will work with VLC; be sure to place 2 "/" after "rtsp:" as forum software won't allow 2 to be displayed consecutively:

Code:
rtsp:/username:password@Camera-IP/live3.sdp

rtsp:/username:password@Camera-IP:554/live3.sdp

rtsp:/username:password@Camera-IP/live.sdp

rtsp:/username:password@Camera-IP:554/live.sdp
Thanks, I will check into this. Much appreciated.
 
Top