asmsystem
Newbie level 1
- Joined
- Apr 3, 2013
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,290
I am using PIC 18F67J60 having Built in Ethernet Controller wit 10mbps speed. A Camera having serial interface is connected to the microcontroller. The images with size more than 50kb are able to load with the adjustable chunk (Packet) size from camera to microcontroller. I want to transfer these images over LAN through ethernet using HTML page. I have designed a page and successfully transferred and displayed to and in the web browser.
The image while tranferring from Camera to the ethernet buffer (8K) needs to be divided into chunks. But the web browser only shows the first 998bytes of image. How to transfer and display the full image in the browser ...if the image is loaded from microcontroller packet by packet of 1k?
The image while tranferring from Camera to the ethernet buffer (8K) needs to be divided into chunks. But the web browser only shows the first 998bytes of image. How to transfer and display the full image in the browser ...if the image is loaded from microcontroller packet by packet of 1k?