Mo3he / Axis_Cam_Tailscale

Here you will find the files and instructions required to run Tailscale VPN on Axis Communications Cameras
BSD 3-Clause "New" or "Revised" License
23 stars 6 forks source link

Cannot install on Axis camera (M1065L) #2

Open Maota opened 1 year ago

Maota commented 1 year ago

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?

Mo3he commented 1 year ago

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.

Maota commented 1 year ago

Thank you for your reply.

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

Mo3he commented 1 year ago

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.

borbra16 commented 1 year ago

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

Thanks.