mirror of https://github.com/OpenIPC/wiki.git
31 lines
993 B
Markdown
31 lines
993 B
Markdown
# OpenIPC Wiki
|
|
[Table of Content](../README.md)
|
|
|
|
Foscam X5 / Acculenz R5 / Assark X3E
|
|
---
|
|
|
|
### OpenIPC Firmware
|
|
Copy the content of the following archive to an sdard:
|
|
- [foscam-openipc.zip][1]
|
|
|
|
Update your wireless credentials on autostart.sh:
|
|
```diff
|
|
#!/bin/sh
|
|
+WLAN_SSID="Router"
|
|
+WLAN_PASS="12345678"
|
|
```
|
|
---
|
|
|
|
### Camera disassembly
|
|
<img src="../images/device-foscam-01.webp" width=50% height=50%>
|
|
<img src="../images/device-foscam-02.webp" width=50% height=50%>
|
|
<img src="../images/device-foscam-03.webp" width=50% height=50%>
|
|
<img src="../images/device-foscam-04.webp" width=50% height=50%>
|
|
<img src="../images/device-foscam-05.webp" width=50% height=50%>
|
|
<img src="../images/device-foscam-06.webp" width=50% height=50%>
|
|
<img src="../images/device-foscam-07.webp" width=50% height=50%>
|
|
<img src="../images/device-foscam-08.webp" width=80% height=80%>
|
|
<img src="../images/device-foscam-09.webp" width=80% height=80%>
|
|
|
|
[1]: https://github.com/OpenIPC/wiki/files/13218168/foscam-openipc.zip
|