mirror of https://github.com/OpenIPC/wiki.git
Update device-foscam-x5.md (#216)
parent
70ee606475
commit
96c6af35a3
|
@ -78,6 +78,7 @@ OpenIPC Wiki
|
|||
- [IPC boards manufacturers](en/hardware-board-manufacturers.md)
|
||||
|
||||
### Cameras
|
||||
- [Foscam X5](en/device-foscam-x5.md)
|
||||
- [Chacon IPCAM-RI01](en/device-chacon-ipcam-ri01.md)
|
||||
- [Smartwares CIP-37210](en/device-smartwares-cip-37210.md)
|
||||
- [Xiaomi Mi Camera 2K (MJSXJ03HL)](https://github.com/OpenIPC/device-mjsxj03hl/)
|
||||
|
|
|
@ -1,15 +1,30 @@
|
|||
# OpenIPC Wiki
|
||||
[Table of Content](../README.md)
|
||||
|
||||
Foscam X5 / Acculenz 5MP / Assark 2.5K
|
||||
Foscam X5 / Acculenz R5 / Assark X3E
|
||||
---
|
||||
|
||||
<img src="../images/device-foscam-01.webp">
|
||||
<img src="../images/device-foscam-02.webp">
|
||||
<img src="../images/device-foscam-03.webp">
|
||||
<img src="../images/device-foscam-04.webp">
|
||||
<img src="../images/device-foscam-05.webp">
|
||||
<img src="../images/device-foscam-06.webp">
|
||||
<img src="../images/device-foscam-07.webp">
|
||||
<img src="../images/device-foscam-08.webp">
|
||||
<img src="../images/device-foscam-09.webp">
|
||||
### 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
|
||||
|
|
Loading…
Reference in New Issue