Laser Tracking System ECE 400 - PowerPoint PPT Presentation

1 / 13
About This Presentation
Title:

Laser Tracking System ECE 400

Description:

The camera was tested to track both a laser and a flashlight in a pitch black room. ... only works when the room is pitch black, and when there is light the program ... – PowerPoint PPT presentation

Number of Views:125
Avg rating:3.0/5.0
Slides: 14
Provided by: wwill
Category:
Tags: ece | laser | system | tracking

less

Transcript and Presenter's Notes

Title: Laser Tracking System ECE 400


1
Laser Tracking SystemECE 400
  • Team 7
  • Chad Drinnon, Jason Petroskey, Matt Rose,
  • Darrell Frogg, Wes Williams

2
Recap of Project
  • LTS Laser Tracking System
  • Use a pan-tilt-zoom camera to track a laser
    pointer.
  • Similar to military applications such as smart
    bombs.
  • An Axis 2401 video server is broadcasting the
    camera over the internet.

3
Control of Camera
  • Axis server has HTTP commands to move the camera.
  • In the beginning the camera could be moved
    manually over the internet using the Axis
    controls.
  • Have now developed software to automatically move
    the camera and center the laser on the screen.

4
How to Track?
  • Difference in image frames
  • Color of laser
  • Frequency of laser
  • Intensity of laser
  • Laser will normally be the most intense point

5
Software Problems
  • Attempted to use image library to read in the
    image from the camera. This file was a JPG, and
    was not compatible with the program.
  • Resulted in a stack overflow and crashed the
    program
  • Video server shut down, and had to be completely
    reconfigured

6
Software Design for the Most Intense Point
  • Used C to write the program
  • What the program does
  • Reads in the image from the camera as a bmp
  • First 54 bits are a header, with the rest of the
    bits containing the RGB data

7
RGB Data
  • For each pixel there are 3 bits, containing R, G,
    and B (red, green, blue) values.
  • Those values are used to obtain the intensity
    using the gray scale intensity equation.
  • The gray scale intensity equation
  • I (R G B) / 3

8
Software Diagram
Get BMP
Get data from header
Locate most intense point
Center camera on that point
9
Test Results
  • The camera was tested to track both a laser and a
    flashlight in a pitch black room.
  • For both, the software worked and the camera
    attempted to center on the beam.
  • The movement by the camera was consistent, but it
    actually moved slightly too far.
  • We also tested the camera in a lit room, and
    found that it would move to other sources of
    light, such as windows.

10
Conclusions
  • The reason for the overshoot when the camera
    attempts to center the beam, is because the
    camera has a preset distance it shifts for a
    single movement.
  • For now, this system only works when the room is
    pitch black, and when there is light the program
    detects more intense sources from elsewhere.

11
Budget
  • Item Cost Donated?
  • Panasonic CS-854A 1,900
    YES
  • Power Supply 20 YES
  • AXIS 2401 Video Server 700
    NO
  • Laser Pointer 20 YES
  • Tripod 30 YES
  •  
  • TOTAL COST
  • TO DATE 2,670  
  • TOTAL SPENT
  • FROM BUDGET 700

12
Future Work
  • Use a different camera that does not have a
    preset distance of movement.
  • Adjust software to work in a lighted area.
  • An automatic search function to initially locate
    the laser is also an idea worth exploring.

13
Any Questions?
Write a Comment
User Comments (0)
About PowerShow.com