Sensor Programming

Please support our Computer Science advertiser: Learn about neural networks and artificial intelligence.
Reply

Join Date: Jul 2009
Posts: 9
Reputation: justin105 has a little shameless behaviour in the past 
Solved Threads: 0
justin105 justin105 is offline Offline
Newbie Poster

Sensor Programming

 
0
  #1
Jul 18th, 2009
Hi there,

i m currently trying to come out with a project as below

i m trying to use a USB webcam to detect any movement

i plan to implement this into a parking system to detect wether the parking is available

is Java programming suitable for a system like that?

becuz i m running on a very low budget(how much can a student spend possible on his project) mayb sum1 can suggest me with a better h/w ?

i have considered using LED to show status of the availability but i m not sure what to use to sensor it..

any help will be appreciated a lot
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 949
Reputation: MosaicFuneral is just really nice MosaicFuneral is just really nice MosaicFuneral is just really nice MosaicFuneral is just really nice MosaicFuneral is just really nice 
Solved Threads: 92
MosaicFuneral's Avatar
MosaicFuneral MosaicFuneral is offline Offline
Posting Shark

Re: Sensor Programming

 
0
  #2
Jul 18th, 2009
Create a unique signal, emit it, watch for it, based on signal strength/
delay/whatever display whether there's a lack of space available.

Couple experiments to try:
http://home.earthlink.net/~lenyr/modlitbm.htm
http://home.earthlink.net/~lenyr/modlaser.htm
"Jedenfalls bin ich überzeugt, daß der Alte nicht würfelt."
"I became very sensitive to what will happen to all this and all of us." -Two geniuses named Albert
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 9
Reputation: justin105 has a little shameless behaviour in the past 
Solved Threads: 0
justin105 justin105 is offline Offline
Newbie Poster

Re: Sensor Programming

 
0
  #3
Jul 18th, 2009
hi there,

thx for the fast reply

but i notice is all very electronic engineering is it?

i m currently a networking student..

as for my idea which is USB webcam to detect movement with php programming is it possible?
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 830
Reputation: wildgoose is a name known to all wildgoose is a name known to all wildgoose is a name known to all wildgoose is a name known to all wildgoose is a name known to all wildgoose is a name known to all 
Solved Threads: 94
wildgoose's Avatar
wildgoose wildgoose is offline Offline
Practically a Posting Shark

Re: Sensor Programming

 
0
  #4
Jul 18th, 2009
So you have no electronics background so you're looking for off the shelf components so as to build your project. You want to do sensor monitoring but keep focusing on a camera, which you really don't need. You in essence need to detect existence of a vehicle. The camera will be good for detecting motion. Have you investigated various security equipment available? Get an Ultrasonic detector and hook it up to a GPIO board, which is linked to your PC. The GPIO board can monitor multiple sensors, not just one. The only electronics required then would be wiring the harnesses. Though you could build an electronic circuit using a PIC but you can find the embedded board. Try www.digikey.com or www.mouser.com or a company like that!
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 327
Reputation: Colin Mac is on a distinguished road 
Solved Threads: 22
Colin Mac Colin Mac is offline Offline
Posting Whiz

Re: Sensor Programming

 
0
  #5
Jul 18th, 2009
An IR LED and IR phototransistor will do for the car detection.
http://home.cogeco.ca/~rpaisley4/ATDetLong.GIF

You can look on http://www.ftdichip.com/ for creating a parallel or serial to USB interface.
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 9
Reputation: justin105 has a little shameless behaviour in the past 
Solved Threads: 0
justin105 justin105 is offline Offline
Newbie Poster

Re: Sensor Programming

 
0
  #6
Jul 18th, 2009
Originally Posted by Colin Mac View Post
An IR LED and IR phototransistor will do for the car detection.
http://home.cogeco.ca/~rpaisley4/ATDetLong.GIF

You can look on http://www.ftdichip.com/ for creating a parallel or serial to USB interface.
Hi Colin,

thx for ur idea

but i m a bit confused

creating a parallel or serisl USB interface for?
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 327
Reputation: Colin Mac is on a distinguished road 
Solved Threads: 22
Colin Mac Colin Mac is offline Offline
Posting Whiz

Re: Sensor Programming

 
0
  #7
Jul 18th, 2009
To send the data from the sensors to a PC. Isn't that what you want to do?
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 9
Reputation: justin105 has a little shameless behaviour in the past 
Solved Threads: 0
justin105 justin105 is offline Offline
Newbie Poster

Re: Sensor Programming

 
0
  #8
Jul 18th, 2009
Originally Posted by wildgoose View Post
So you have no electronics background so you're looking for off the shelf components so as to build your project. You want to do sensor monitoring but keep focusing on a camera, which you really don't need. You in essence need to detect existence of a vehicle. The camera will be good for detecting motion. Have you investigated various security equipment available? Get an Ultrasonic detector and hook it up to a GPIO board, which is linked to your PC. The GPIO board can monitor multiple sensors, not just one. The only electronics required then would be wiring the harnesses. Though you could build an electronic circuit using a PIC but you can find the embedded board. Try www.digikey.com or www.mouser.com or a company like that!
Hi there, the reason i wanted to use a USB webcam is becuz i have got some source in sourceforge.net, i'll b able to reference it but is a php programming

here's the link http://sourceforge.net/projects/phpmotiondetect/
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 327
Reputation: Colin Mac is on a distinguished road 
Solved Threads: 22
Colin Mac Colin Mac is offline Offline
Posting Whiz

Re: Sensor Programming

 
0
  #9
Jul 18th, 2009
Since that detects any sort of motion then takes pictures, you would need to look at the pictures to be sure if there was a car in the bay.
In a project like this, you would also need sensors that indicate for sure whether there is a car. A program can then scan the lot and report the number of free spaces etc.
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 9
Reputation: justin105 has a little shameless behaviour in the past 
Solved Threads: 0
justin105 justin105 is offline Offline
Newbie Poster

Re: Sensor Programming

 
0
  #10
Jul 18th, 2009
Originally Posted by Colin Mac View Post
To send the data from the sensors to a PC. Isn't that what you want to do?
thx a lot for ur suggestion

i'll try to do see what i can do and keep u updated incase i need any help
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Computer Science Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC