Web Camera for mbed-os. When you use this program, we judge you have agreed to the following contents. https://developer.mbed.org/teams/Renesas/wiki/About-LICENSE

Dependencies:   HttpServer_snapshot_mbed-os LWIPBP3595Interface_STA_for_mbed-os RomRamBlockDevice mbed-rpc

Fork of GR-Boards_WebCamera by Renesas

このサンプルは 「GR-LYCHEE」ではじめる電子工作 で紹介しています。
出版時と内容が異ならないよう、各ライブラリはアップデートせずに使用してください。

このサンプルの最新バージョンは下記から入手できます。最新バージョンは本の内容と一部処理が異なります。
https://github.com/d-kato/GR-Boards_WebCamera

Revision:
2:82a6d79d05f0
Parent:
1:ebff3aeb40a0
Child:
4:487e6c5bea1e
--- a/main.cpp	Fri Oct 09 08:26:51 2015 +0000
+++ b/main.cpp	Fri Oct 09 10:11:57 2015 +0000
@@ -302,8 +302,8 @@
     RPCFunction rpcFunc(TerminalWrite, "TerminalWrite");
 
     printf("EthernetInterface Setting up...\r\n");
-//    if (eth.init() != 0) {                             //for DHCP Server
-    if (eth.init("192.168.0.2","255.255.255.0","192.168.0.3") != 0) { //for Static IP Address (IPAddress, NetMasks, Gateway)
+    if (eth.init() != 0) {                             //for DHCP Server
+//    if (eth.init("192.168.0.2","255.255.255.0","192.168.0.3") != 0) { //for Static IP Address (IPAddress, NetMasks, Gateway)
         printf("EthernetInterface Initialize Error \r\n");
         return -1;
     }