Skip to content

Instantly share code, notes, and snippets.

@samuelcolvin
Last active June 17, 2024 21:04
Show Gist options
  • Save samuelcolvin/996e4123dd7c6594f4842eb209ee773f to your computer and use it in GitHub Desktop.
Save samuelcolvin/996e4123dd7c6594f4842eb209ee773f to your computer and use it in GitHub Desktop.
Hubble Motorola Focus 66-W Camera "CameraHD" setup

Use the Hubble app to get the camera connected to a wifi network.

Find the Camera's IP address:

> sudo arp-scan --interface=enp3s0 --localnet
Interface: enp3s0, datalink type: EN10MB (Ethernet)
Starting arp-scan 1.8.1 with 256 hosts (http://www.nta-monitor.com/tools/arp-scan/)
192.168.1.100	00:19:99:0f:6a:98	Fujitsu Technology Solutions
192.168.1.102	c4:6e:1f:53:f0:8b	(Unknown)
192.168.1.111	00:04:ed:01:72:da	Billion Electric Co., Ltd.
192.168.1.158	7c:2f:80:49:a4:de	Gigaset Communications GmbH
192.168.1.174	c8:1f:66:4b:f5:7f	(Unknown)
192.168.1.150	64:bc:0c:48:79:9d	(Unknown)
192.168.1.188	b8:27:eb:e4:1b:51	(Unknown)
192.168.1.214	38:2c:4a:bb:f9:9e	(Unknown)
192.168.1.234	c8:1f:66:b0:19:9a	(Unknown)
192.168.1.210	00:0a:e2:13:8b:e0	Binatone Electronics International, Ltd < this is the camera
192.168.1.253	7c:2f:80:7b:5b:61	Gigaset Communications GmbH
192.168.1.245	c8:bc:c8:e9:25:27	Apple
192.168.1.166	2c:f0:a2:7a:2a:c8	(Unknown)

Connect to the camera with VLC:

vlc rtsp://user:pass@192.168.1.210:6667/blinkhd

Using ip address from above


Urls:

To issue commands quotes matter!:

curl "http://192.168.1.210/?action=command&command=plus_brightness"

links:

Copy link

ghost commented Jun 16, 2024

Motorola are real ****ards for this. Camera is useless without a paid subscription. Shame because that external antenna on my Focus 66 W was helpful when it worked. Would love to flash custom or original firmware.

@m-p-3
Copy link

m-p-3 commented Jun 17, 2024

I threw mine in the e-waste bin, not giving them a single penny.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment