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
Gemini 3 and 200+ AI Models on One Platform
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
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