Axis_Cam_Tailscale icon indicating copy to clipboard operation
Axis_Cam_Tailscale copied to clipboard

Cannot install on Axis camera (M1065L)

Open Maota opened this issue 2 years ago • 5 comments

I tried to install an acap compatible vpn app, but I get an error and it doesn't work. Can it be installed on other cameras?

Maota avatar Apr 05 '23 06:04 Maota

Hi, Unfortuantly the M1065 uses an S2L SOC (Ambarella) and my acap only works on Arm based cameras, sorry, I will see if i have time to develop a version for Ambarella in the future and let you know.

Mo3he avatar Apr 05 '23 09:04 Mo3he

Thank you for your reply.

Is it hard to develop a version of Ambarella? Do other cameras use arm? Is the M1065L special?

Maota avatar Apr 05 '23 10:04 Maota

Please run

curl --anyauth "*" -u : /axis-cgi/basicdeviceinfo.cgi --data "{"apiVersion":"1.0","context":"Client defined request ID","method":"getAllProperties"}"

where is the IP address of the Axis device, is the root username and is the root password. Please note that you need to enclose your password with quotes (') if it contains special characters.

Then tell me the output so I can build a version for your SOC.

Mo3he avatar Apr 17 '23 07:04 Mo3he

Hi, will there be a version for Mips based devices ("mipsisa32r2el") ?

Thanks.

borbra16 avatar Jun 15 '23 21:06 borbra16

Hi, Unfortuantly the M1065 uses an S2L SOC (Ambarella) and my acap only works on Arm based cameras, sorry, I will see if i have time to develop a version for Ambarella in the future and let you know.

I can confirm M1065 runs on ARM. The issue here is likely with the SDK version as AXIS OS 9.80 isn't compatible with v4.

edit: if anyone cares, here is a version tested that should work with older cameras like that one: https://github.com/abdelq/tailscale-axis-lts

abdelq avatar Oct 11 '24 14:10 abdelq