3 SOLUTION OF IMAGE TRANSMISSION OVER ETHERNET.

This tutorial describes that how to send the image to the server through different ways like send the image to a server without storing in SD card and with store the image in the SD card then send to the server via various protocols like FTP and HTTP etc.
ORIGINAL POST
By HyuckjooK
components
Hardware Components
Serial Camera(LJ-DSC02)
X 1
Software Apps and online services
mbed
mbed
details

wiznet-camera-1

How we see an image in a small system like as Arduino or mbed? I presented 3 solutions for this.

Step 1: Prepare Materials

wiznet-camera-2

Materials:

WIZwiki-W7500ECO

main board

– ARM® Cortex™-M0 Core 48MHz

– If you want to know more in detail, refer tWIZwiki-W7500ECO

Serial Camera

– If you want to know more in detail, refer to LJ-DSC02

Step 2: HTTP

wiznet-camera-3

The first is to see the acquired image on the web browser.

Briefly,

to operate the board as a web server and stores the image obtained from the camera to the file.

and when a request from a web browser(client) to transfer pictures.

source code

Step 3: PC

wiznet-camera-4

The second is to see the acquired image on the PC.

In this case it requires a PC program.

I do not save the images obtained from the camera to a file, sent directly to your PC.

source code

Step 4: FTP

wiznet-camera-5

The last solution is to use FTP.

Briefly,

to operate the board as an FTP client and stores the image obtained from the camera to the file.

and when the event occurs send image file.

source code

 

Original Source: http://www.instructables.com/id/3-solution-of-image-transmission-over-ethernet/

wiznet-camera-1

How we see an image in a small system like as Arduino or mbed? I presented 3 solutions for this.

Step 1: Prepare Materials

wiznet-camera-2

Materials:

WIZwiki-W7500ECO

main board

– ARM® Cortex™-M0 Core 48MHz

– If you want to know more in detail, refer tWIZwiki-W7500ECO

Serial Camera

– If you want to know more in detail, refer to LJ-DSC02

Step 2: HTTP

wiznet-camera-3

The first is to see the acquired image on the web browser.

Briefly,

to operate the board as a web server and stores the image obtained from the camera to the file.

and when a request from a web browser(client) to transfer pictures.

source code

Step 3: PC

wiznet-camera-4

The second is to see the acquired image on the PC.

In this case it requires a PC program.

I do not save the images obtained from the camera to a file, sent directly to your PC.

source code

Step 4: FTP

wiznet-camera-5

The last solution is to use FTP.

Briefly,

to operate the board as an FTP client and stores the image obtained from the camera to the file.

and when the event occurs send image file.

source code

 

Original Source: http://www.instructables.com/id/3-solution-of-image-transmission-over-ethernet/

COMMENTS

Please Login to comment
  Subscribe  
Notify of