Line 264: | Line 264: | ||
<u>Weekly Work Total</u>: 8.5 hours | <u>Weekly Work Total</u>: 8.5 hours | ||
<br> | <br> | ||
− | <u>Project Work Total</u>: 23.2 | + | <u>Project Work Total</u>: 23.2 hours |
</td> | </td> | ||
</tr> | </tr> | ||
Line 272: | Line 272: | ||
+ | <table border="0"> | ||
+ | <tr> | ||
+ | <td width=800><center><h2>Week of Oct. 24</h2></center></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | <table border="1" bgcolor=#FFFFBB> | ||
+ | <tr> | ||
+ | <td width=800> | ||
+ | <b>October 25, 2011 (3.2 hours):</b> | ||
+ | <br> | ||
+ | Met with group to complete tasks discussed at Friday's meeting. Last week we decided against using an IP camera because of the limitations. This week we looked into the requirements of implementing our own camera module. Unfortunately, the math did not come out in our favor. IP cameras use MJPEG compression internally before outputting the video to the web - which natively streams the MJPEG format. If we did not implement our own compression:<br><br> | ||
+ | |||
+ | (640 x 480 pixels) X (2 bytes per pixel) = 614,400 bytes per frame<br> | ||
+ | (614,400 bytes per frame) X (20 frames per second) = 12.3 MB/s output = 98.3 Mbps output<br><br> | ||
+ | |||
+ | All of the CMOS cameras output in a RGB format or similar - raw image data. For most cameras, this is 16 bits per pixel. Without doing our own compression, this image data would be impossible to send wirelessly. There is a library for C to convert RGB data to JPEG format, which then possibly be converted to MJPEG on the controller side. This could possibly be used on-board, but the speed would have to be tested.<br><br> | ||
+ | |||
+ | |||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <b>October , 2011 ( hour):</b> | ||
+ | <br> | ||
+ | TEXT HERE | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <b>October , 2011 ( hours):</b> | ||
+ | <br> | ||
+ | TEXT HERE | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width=800> | ||
+ | <b>October , 2011 ( hours):</b> | ||
+ | <br> | ||
+ | TEXT HERE | ||
+ | </td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td width=800> | ||
+ | <b>October , 2011 ( hour):</b> | ||
+ | <br> | ||
+ | TEXT HERE | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | |||
+ | <table border="1" bgcolor=#D2B48C> | ||
+ | <tr> | ||
+ | <td width=800><b>WEEK SUMMARY:</b><br> | ||
+ | <u>Accomplishments</u>: | ||
+ | <br> | ||
+ | <u>Weekly Work Total</u>: hours | ||
+ | <br> | ||
+ | <u>Project Work Total</u>: hours | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <br> | ||
+ | ---- | ||
[[ Design Notebooks|Back to Design Notebooks]] | [[ Design Notebooks|Back to Design Notebooks]] |
Revision as of 04:26, 26 October 2011
Contents
Jason Holmes - Design Notebook
Week of Sept. 19 |
September 21, 2011 (1.5 hours):
|
September 22, 2011 (20 minutes):
|
September 23, 2011 (1 hour):
|
WEEK SUMMARY: Accomplishments: Obtained usernames for HKUST members
|
Week of Sept. 26 |
September 27, 2011 (45 minutes):
|
September 27, 2011 (30 minutes):
|
September 28, 2011 (1 hour):
|
September 29, 2011 (45 minutes):
|
September 30, 2011 (1.5 hour):
|
WEEK SUMMARY: Accomplishments: Completed preliminary block diagram layout of system. Decided on potential processor family.
|
Week of Oct. 3 |
October 6, 2011 (2 hours):
|
October 7, 2011 (1 hour):
|
October 7, 2011 (1.5 hours):
|
WEEK SUMMARY: Accomplishments: Finished poster for VIP poster session
|
Week of Oct. 10 |
October 11, 2011 (30 minutes):
|
October 13, 2011 (1 hour):
|
October 14, 2011 (1.5 hours):
|
WEEK SUMMARY: Accomplishments: Decided on a development board to begin prototyping.
|
Week of Oct. 17 |
October 17, 2011 (30 minutes):
|
October 17, 2011 (1 hour):
|
October 18, 2011 (3 hours):
IP Camera:TRENDnet TV-IP110WN Wireless N Internet Camera
|
October 19, 2011 (2 hours):
|
October 20, 2011 (1 hour):
|
WEEK SUMMARY: Accomplishments:
|
Week of Oct. 24 |
October 25, 2011 (3.2 hours):
(640 x 480 pixels) X (2 bytes per pixel) = 614,400 bytes per frame All of the CMOS cameras output in a RGB format or similar - raw image data. For most cameras, this is 16 bits per pixel. Without doing our own compression, this image data would be impossible to send wirelessly. There is a library for C to convert RGB data to JPEG format, which then possibly be converted to MJPEG on the controller side. This could possibly be used on-board, but the speed would have to be tested.
|
October , 2011 ( hour):
|
October , 2011 ( hours):
|
October , 2011 ( hours):
|
October , 2011 ( hour):
|
WEEK SUMMARY: Accomplishments:
|