Developing application which will automatically detect vehicle coming at entrance and exit using LDR sensors and detect number of vehicle using OCR implemented in java and should produce bill.
Features
- At entrace, vehicle will cross the LDR sensor and signal will be sent to micro-controller and it will send to java program which is listening to it
- This module will trigger webcam as per request and image will be captured.
- Than OCR will be done in java of capture image & number will be stored along with time.
- Same at Exit than time will be compared and bill will be generated.
Categories
OCRFollow Automatic Vehicle Parking System in Java
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
return error : Exception in thread "VFW Request Thread" java.lang.UnsatisfiedLinkError: JMFSecurityManager: java.lang.UnsatisfiedLinkError: no jmvfw in java.library.path at com.sun.media.JMFSecurityManager.loadLibrary(JMFSecurityManager.java:206) at com.sun.media.protocol.vfw.VFWCapture.<clinit>(VFWCapture.java:19) at com.sun.media.protocol.vfw.VFWSourceStream.doConnect(VFWSourceStream.java:241) at com.sun.media.protocol.vfw.VFWSourceStream.run(VFWSourceStream.java:763) at java.lang.Thread.run(Thread.java:745)
-
where can i get the source code for this project