Top Banner
December 17, 2012 Automated High Beam System
34

Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Apr 17, 2018

Download

Documents

lamquynh
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

December 17, 2012

Automated

High Beam

System

Page 2: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Presentation Outline

Meet The Team

Introduction

Engineering Aspects

System Overview

Hardware System

Software System

Business Aspects

Market Analysis

Reflection

Project Timeline

Feedback

Future Improvements

Acknowledgements

Reference

Q&A Demonstration

Page 3: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Meet The Team

Page 4: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Meet The Team

CEO Linda Zhao

Hardware system design research

Meeting management

CFO Sujin Lee

Hardware system design research

Hardware design and development

VP Software Alex Huang

Altera development board

Video quality control

Vehicle detection research

Page 5: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Meet The Team

VP Operation Claire Liu

Hardware system design research

Altera development board

Overall progress management

Financing

VP R&D Victor Mateescu

Vehicle detection research

Software design and implementation

Page 6: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Introduction

Page 7: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

The Problem

Page 8: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Motivation

Page 9: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Engineering Aspects

Page 10: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

System Overview

Page 11: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Hardware System

Multifunction switch

Auto-System toggle switch

FPGA Processor

Car Relay Pulse-width Modulator

Headlight: Low beam, High beam

System status

LED

User Control

Page 12: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Hardware System

Page 13: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Hardware System

Canon Camcorder

Canon VIXIA HF M300

System video Composite output Exposure control

Page 14: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Hardware System

Altera Development and Education Board

Altera DE2-70

System IO User Friendly IDE Useful for prototyping No operating system necessary

Page 15: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Software System

Threshold Object

Detection Distance Measure

Decision Making

Input Frames

Output Decision

Page 16: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Software System

Thresholding: Extract bright spots

Determine the optimal threshold, T Binary map is “1” for pixels in frame greater than T,

and “0” for pixels less than T

Page 17: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Software System

Object Detection: Group together blobs if They are close to each other They overlap vertically

Filter out groups with improper aspect ratio or excessive overlap

Distance measure: Determine distance of vehicles from the user based on their width

Page 18: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Software System

Three possible decisions: High beams 100%, 50%, OFF If high beams 100%:

Z < 150m? High beams 50% Otherwise, remain at 100%

If high beams 50%: Z > 180m? High beams 100% Z < 100m? High beams OFF

If high beams OFF: Z > 130m? High beams 50% Otherwise, remain OFF

Use a moving average of distance measurements

Page 19: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Business Aspects

Page 20: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Market Analysis

Target Market

Anyone who owns a vehicle

Night drivers

Truck drivers

Auto shop owners

Page 21: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Market Analysis

Competitors

Mercedes-Benz Adaptive Highbeam Assist

Package costs $1000.00 [3]

Activated at the speeds above 55 km/hr [4]

General Motor Autronic Eye

First automatic headlight dimmer [2]

No longer in the market [2]

BMW High-Beam Assistant

Package costs $1000.00 [5]

Page 22: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Reflection

Page 23: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Project Timeline

Actual

Planned

Page 24: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Budget & Financing

Expected Development Cost

Components Price

Development Board $ 200

Car Camcorder $ 150

2 Headlight Bulbs $ 60

Battery $ 150

Vehicle Accessories $ 100

Other Components (wires etc.) $ 100

20% Contingency Fund $ 152

TOTAL $ 912

Page 25: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Budget & Financing

Actual Development Cost

Components Price

Development Board Free

Video camera $ 315

2 Headlight Bulbs $ 23

Battery $ 17

Vehicle Accessories $ 238

Other Components (wires etc.) n/a

20% Contingency Fund n/a

TOTAL $ 593

Page 26: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Feedback

Great for all kinds of vehicles

Convenient product

Reduce traffic accidents rate

Very marketable

User friendly

Page 27: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Future Improvements

Better software development board

Handle different possible situations

Utilize vehicle data, e.g., current speed

Smaller video camera

Page 28: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Acknowledgements

Lucky One

Reza Mohammadnia

Dr. Andrew Rawicz

Steve Whitmore

TAs for this course

Thanks to

Special thanks to Our friends and family

Page 29: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Reference

Page 30: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Reference

1. Road & Travel Magazine. (2012). “New Headlight Sensors Make Night Driving Safer” [Online]. Available: http://www.roadandtravel.com/autoadvice/2007/highbeams.htm

2. Wikipedia. “Headlamp” [Online]. Available: http://en.wikipedia.org/wiki/Automatic_headlight_ dimmer#Automatic_beam_switching.

3. Mercedes-Benz Canada. (2012). [Online]. Available: http://www.mercedes-benz.ca/

4. eMercedesBenz | The World’s Leading Online Mercedes-Benz Magazine. (2012). “Mercedes-Benz Introduces New Adaptive High-Beam Assistant” [Online]. Available: http://www.emercedesbenz.com/Sep08/25_001417_Mercedes_Benz_Introduces_New_Adaptive_High_Beam_Assistant.html

5. BMW Canada. (2012). [Online]. Available: http://www.bmw.ca/ca/en/newvehicles/x/x1/2012/ showroom/configurator.html

Page 31: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Questions

Page 32: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Demonstration

Page 33: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...
Page 34: Automated High Beam System - Simon Fraser Universitywhitmore/courses/ensc305/projects/2012/13demo.… · Presentation Outline Meet The Team ... switch Auto-System toggle switch ...

Thank You