Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:d-link:dcs-930l [2024/09/09 21:42] – [Hardware Highlights] stokito | toh:d-link:dcs-930l [2024/09/10 18:10] – [IR LED support (932L only)] stokito | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| {{section> | {{section> | ||
| - | D-Link DCS-930L/932L IP Camera | + | The D-Link DCS-930L, DCS-932L and DCS-933L are IP cameras and WiFi repeaters based on custom Linux distribution.\\ |
| + | ^ DCS-930L | ||
| + | | {{: | ||
| ===== Supported Versions ===== | ===== Supported Versions ===== | ||
| Line 56: | Line 58: | ||
| -> [[docs: | -> [[docs: | ||
| + | |||
| + | |||
| + | **Note:** Currently the instruction bellow doesn' | ||
| You do not need serial console to install OpenWrt. \\ | You do not need serial console to install OpenWrt. \\ | ||
| There is an emergency web interface, which has to be used to flash OpenWrt. \\ | There is an emergency web interface, which has to be used to flash OpenWrt. \\ | ||
| - | Uploading via the regular web interface | + | Uploading via the regular web interface |
| + | |||
| + | |||
| + | * Turn off the camera by removing the power cord. | ||
| + | * Press and hold the Reset button. | ||
| + | * Plug the power cord back into the device while holding down the Reset until the blue LED goes out (about 8-10 seconds). | ||
| + | * Release reset. | ||
| + | * The camera will boot and therefore the web interface for emergency recovery will default to IP 192.168.0.20 | ||
| + | * Connect your computer to the camera with an Ethernet cable. | ||
| + | * Configure your computer to a static IP 192.168.0.10 with subnet mask 255.255.255.0 (/24). | ||
| + | * Now you need to upload your new firmware in the emergency web interface. | ||
| + | * Open in a web browser the emergency web interface on http:// | ||
| + | |||
| + | You should see the following message: "The browser you are using may have difficulty receiving images and video. If you experience any issues viewing this page, we suggest using Internet Explorer." | ||
| + | |||
| + | The old camera mainly used ActiveX from IE to show a player in a browser. So it checks if the User-Agent of a browser to determine the browser. But the restriction mistakenly also applied for the emergency interface. | ||
| + | |||
| + | To bypass this limitation you can install the [[https:// | ||
| + | < | ||
| + | curl -F firmware=@/ | ||
| + | </ | ||
| + | |||
| + | Wait until end of upload procedure and the camera will reboot. This can take up to 5 minutes. | ||
| + | After bootup, OpenWrt is reachable at 192.168.1.1 via LAN. | ||
| + | Do not forget to reconfigure your network interface on the computer back to DHCP. | ||
| + | By default, OpenWrt hands out IP addresses on this interface. | ||
| - | * Disconnect Power | ||
| - | * Press and hold " | ||
| - | * Release reset | ||
| - | * Configure your computer to 192.168.0.x | ||
| - | * Fire up a web browser and connect to 192.168.0.20 | ||
| - | * Upload your new firmware in the emergency web interface | ||
| - | After bootup, OpenWrt is reachable at 192.168.1.1 via LAN. Do not forget to reconfigure your network interface on the computer to DHCP. By default, OpenWrt hands out IP addresses on this interface. | ||
| ===== IR LED support (932L only) ===== | ===== IR LED support (932L only) ===== | ||
| - | The IR LEDs and the IR cutoff filter can be controlled via 3 GPIO lines. | + | The IR LEDs and the IR cutoff filter can be controlled via 3 GPIO lines. |
| - | After installing lightSensor-daemon, | + | After installing |
| ===== Motion Detection support ===== | ===== Motion Detection support ===== | ||
| Line 86: | Line 109: | ||
| mjpg_streamer works flawlessly and with very little CPU usage. Recently, I replaced the motion setup on my cameras by mjpg_streamer and put motion on my (more powerful) main router. | mjpg_streamer works flawlessly and with very little CPU usage. Recently, I replaced the motion setup on my cameras by mjpg_streamer and put motion on my (more powerful) main router. | ||
| + | |||
| + | ===== Stock firmware ===== | ||
| + | |||
| + | The original firmware provides the http:// | ||
| + | |||
| + | You may watch the stream directly with VLC player or MXPlayer. | ||
| + | Here are some links that should work: | ||
| + | |||
| + | * / | ||
| + | * /mjpeg.cgi | ||
| + | * / | ||
| + | * /video.cgi | ||
| + | * / | ||
| + | * /audio.cgi | ||
| + | * /Image.jpg | ||
| + | * / | ||
| + | |||
| + | For the VLC or MXPlayer use a URL like '' | ||
| + | |||
| + | Usually the video delay is about a second over a cord and about 3 seconds over WiFi. | ||
| + | |||
| + | Use the command to merge two streams of video and audio: | ||
| + | < | ||
| + | ffmpeg -f mjpeg -i http:// | ||
| + | </ | ||
| + | |||
| ===== Hardware ===== | ===== Hardware ===== | ||
| + | |||
| ==== Opening the Device ==== | ==== Opening the Device ==== | ||