Unifi Camera Update! (Fix Available for Testing Now)
-
I have no problem with the “hacked” Windows 7 version being made available.
In fact, here is the public link to it:
https://archive.monoclecam.com/monocle-gateway/monocle-gateway-0.0.6-beta/windows/monocle-gateway-windows-x64-v0.0.6-WIN7-HACK.zipPlease just be aware that there is no official support for Windows 7 as of v0.0.6 nor going forward. If I recall it had something to do with underlying support discontinued in the dependency framework.
Thanks, Robert
-
As @bk suggested there are elecellent alternatives such as running on a Raspberry Pi. You can also alternatively run it in a virtual machine or as a Docker container — albeit a Raspberry Pi (or similar SBC) may be the easiest if you are not familiar with VMs or Docker. The only requirement is that it must expose port 443 on your private network. (Not publicly to the Internet!).
I have personally run it on the following platforms over the years:
- Raspberry Pi
- MacOS
- Ubuntu Virtual Machine on VMWare ESXi
- Ubuntu Virtual Machine on Proxmox
- Synology NAS Docker Container
- QNAP NAS - using Docker Container (via Container Station)
- QNAP NAS - using Ubuntu Virtual Machine (via Virtualization Station)
I have previously run it on Windows for testing, but never really long term.
-
are the beta-6 version deb or tar built for compatibility with ARM6? I’m seeing “Illegal instruction” and nothing else when trying this out on an old rpi model Bv2.
-
nevermind me:
pi@pie:~/monocle $ readelf -A $(which monocle-gateway) Attribute Section: aeabi File Attributes Tag_CPU_name: "7VE" Tag_CPU_arch: v7 Tag_CPU_arch_profile: Application Tag_ARM_ISA_use: Yes Tag_THUMB_ISA_use: Thumb-2 Tag_FP_arch: VFPv4
-
Seems to have fixed my issues. Is this still in beta coming up on year now?