
Closed
Posted
Paid on delivery
I need a lightweight, camera-agnostic application that taps into the IP feeds already installed at my parking lot and shows, live, how many cars and motorcycles have entered and exited. Accuracy and low latency are critical because the numbers will feed straight into our occupancy display as well as daily summaries we archive. Here’s what I’m expecting: • Software (GUI or web dashboard) that connects to multiple RTSP or ONVIF streams and automatically detects entry and exit lines. • Separate, real-time tallies for cars and motorcycles, with the running balance always visible. • A simple way to reset or export counts (CSV/JSON) at the end of a chosen period. • Installation guide plus brief documentation so my team can add new cameras later. OpenCV, YOLOv8, TensorFlow, or a comparable computer-vision stack is fine as long as the final solution runs reliably on a mid-range Windows or Linux box without expensive GPUs. I’ll consider the project complete when I can point the finished program at two of our existing cameras, watch vehicles come and go, and see the live numbers update with at least 95 % accuracy verified over a one-hour test.
Project ID: 40614249
63 proposals
Remote project
Active 21 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
63 freelancers are bidding on average ₹24,311 INR for this job

Your RTSP streams will drop frames if the detection pipeline blocks the main thread, causing your occupancy count to drift by 10-15% within the first hour. This happens because most OpenCV implementations process frames synchronously instead of using a producer-consumer queue with separate inference threads. Quick questions - are your cameras recording at 1080p or 4K, and what frame rate are they pushing? And do you need the system to handle occlusion scenarios where a motorcycle is partially hidden behind a car during entry? Here is the architectural approach: - COMPUTER VISION: Deploy YOLOv8-nano with ByteTrack for multi-object tracking across entry/exit zones, ensuring sub-200ms latency per frame on CPU-only hardware. - RTSP INTEGRATION: Build async stream handlers using OpenCV VideoCapture with threading to prevent frame drops when processing 4+ simultaneous camera feeds. - REAL-TIME DASHBOARD: Create a Flask-based web UI with WebSocket updates so occupancy numbers refresh every 500ms without polling lag or database bottlenecks. I've built similar vehicle-counting systems for 2 smart-city clients that now track 5000+ daily entries with 97% accuracy. Let's schedule a 20-minute call to validate your camera specs and finalize the detection zone configuration.
₹22,500 INR in 7 days
6.3
6.3

Hi, I would be happy to help you with your project. I am a Senior Full Stack Web Developer with 18+ years of experience in PHP, Python, Laravel, Django, Flask, Magento 2, REST APIs, AWS, MySQL, and PostgreSQL. I have successfully delivered 100+ web applications and 40+ eCommerce projects for clients across Healthcare, SaaS, Retail, and Enterprise industries. For your project, I can: Understand your requirements carefully before starting. Develop clean, scalable, and secure code. Deliver responsive and high-performance solutions. Provide regular progress updates. Ensure timely delivery with post-launch support. Why choose me? 18+ years of professional experience. Strong backend and API integration expertise. Experience with complex business applications and eCommerce platforms. Clean coding standards and long-term maintainable solutions. Excellent communication and quick response time. I am available to start immediately and can discuss the project in detail to provide the best solution. Looking forward to working with you. Best regards, Manish
₹25,000 INR in 7 days
5.8
5.8

The core decision before writing a line of tracking code is whether to run a smaller detector like YOLOv8n across all your feeds in real time, or a heavier variant that clears your 95% mark more comfortably but starts dropping frames once you go past two or three cameras on a CPU-only box. Getting that balance right up front is what decides whether this holds up over your full one-hour test rather than just a short clip. My plan is YOLOv8 exported to ONNX for CPU inference, paired with a ByteTrack-style tracker so each vehicle only gets counted once as it crosses your entry/exit line, with car and motorcycle kept as separate classes rather than one blended tally. RTSP and ONVIF feeds get pulled through OpenCV/GStreamer, and a thin dashboard sits on top showing live counts per camera plus a CSV/JSON export button. M1: RTSP/ONVIF ingestion and detector pipeline running on one feed, Rs 12375, 5 days. M2: multi-feed handling, line-crossing counter, car/motorcycle class split, Rs 13125, 4 days. M3: dashboard, export, accuracy tuning against your one-hour test, Rs 12000, 3 days. That split is off the brief as posted, the number that actually moves it is how many cameras run concurrently on the box, so I'll firm it up once I know your feed count and specs. How many camera feeds does the box need to handle at once, and what's the CPU on it?
₹37,500 INR in 12 days
5.6
5.6

Running YOLOv8n on CPU with OpenCV's DNN backend is the sweet spot here. It'll hit your 95% accuracy target on a mid-range box without needing a GPU, and latency stays under 200ms per frame when you skip-frame intelligently. I'll build a Python app that connects to your RTSP/ONVIF streams, runs YOLOv8n for car vs. motorcycle classification, and tracks direction across configurable entry/exit lines using a centroid-based tracker. The web dashboard will show live counts per vehicle type with reset and CSV/JSON export built in. One thing worth planning for: ONVIF auto-discovery doesn't always return stable stream URIs across camera reboots. I'll store resolved RTSP endpoints as fallbacks so the system reconnects without manual intervention. 1) How many camera feeds total will this need to handle simultaneously? Happy to talk details in chat. Shayan
₹13,750 INR in 9 days
5.4
5.4

As a seasoned technology specialist with proficiency in C++ Programming, PHP, and Python alongside comprehensive knowledge in Software Architecture, I am confident in delivering a truly reliable parking vehicle counting system. Over the years, I have worked across multiple industries and international clients, offering not just technical expertise but also a deep understanding of real-life business challenges. In addition to developing a lightweight and camera-agnostic application that meets your requirements of low latency and high accuracy for occupancy display as well as archival management, I promise to furnish a user-friendly GUI or web dashboard. This interface will allow any member of your team to easily monitor parking data, reset/export counts at their discretion (CSV/JSON). As you requested, I will invest time to provide an installation guide & brief documentation ensuring that your team can seamlessly add new cameras after successful completion. Choosing me isn't just about accomplishing this individual project; it's about building a lasting technology partnership. With my experience in developing systems designed for efficiency, scalability upon which businesses grow - I am pledging my commitment to providing you with a long-term asset.
₹15,000 INR in 5 days
5.3
5.3

With almost a decade of experience in web and mobile development, I am confident that my skills in PHP and Python will allow me to create the precise application you need for your parking lot. My familiarity with computer vision technology such as OpenCV, YOLOv8, and Tensorflow will ensure accuracy and low latency in detecting entry and exit lines for cars and motorcycles. Your satisfaction is my priority, so I will provide you with an installation guide along with documentation for easy understanding and future reference by your team. My ability to deliver cost-effective solutions is a bonus that would fit perfectly well with your requirements. Lastly, let's not forget about the free after-delivery support I offer! With this benefit, I am committed to ensuring that this software functions seamlessly on your existing cameras now and in the future. Thank you for considering me, Neha, for this crucial project. Together we can turn your ideas into reality!
₹25,000 INR in 7 days
5.4
5.4

Hi, I can help you build a real-time vehicle counting system that connects to your existing RTSP/ONVIF cameras, accurately detects cars and motorcycles, tracks entry/exit counts, and provides a live dashboard with export functionality. Could you share how many camera streams you need to monitor initially, and whether your cameras already support RTSP or ONVIF? I have 4+ years of experience in full-stack development, AI-powered computer vision solutions, Python, OpenCV, YOLO, REST APIs, and real-time monitoring applications. I can build the solution using Python, YOLOv8, OpenCV, and a lightweight web dashboard, optimized to run efficiently on a standard Windows or Linux machine while achieving high detection accuracy and low latency. I'm available to start immediately and would be happy to discuss your requirements, timeline, and deployment approach.
₹25,000 INR in 7 days
5.2
5.2

Larsen here, with a passion for problem-solving and a wealth of experience in developing innovative solutions using PHP and Python. Your project aligns perfectly with my skillset and interests, as I have successfully employed computer vision frameworks such as OpenCV and TensorFlow in various projects. Reliability and efficiency are two key aspects your project demands and these are traits I pride myself on delivering. For instance, I recently developed a similar real-time counting system to assist traffic controllers in monitoring road usage. This solution, like yours, didn't rely on expensive GPUs, yet performed brilliantly on both Windows and Linux environments. In addition to meeting your specifications, I also recognize the importance of user experience in any software update. Hence, I prioritize creating clear user interfaces that empower your team to navigate the system with ease long after my work is complete. Together we can ensure smooth parking monitoring with live updates and infallible data storage. Let's start by employing my skills to set up this system and provide you confident final tests that meet or exceed the 95% accuracy milestone in just an hour!
₹25,000 INR in 5 days
4.9
4.9

I can build a lightweight vehicle-counting system focused on reliable real-time operation with existing RTSP/ONVIF parking cameras and low hardware requirements. The main challenge in projects like this is not only object detection, but maintaining stable tracking and direction validation under different lighting, camera angles, and vehicle overlap conditions while keeping latency low on CPU-based machines. My approach would use a compact detection + tracking pipeline with optimized inference settings for cars and motorcycles, combined with configurable entry/exit zones and direction logic to avoid duplicate counts. The application can expose a simple web dashboard showing live totals, current occupancy balance, per-camera status, and export/reset controls for CSV or JSON summaries. The solution will include: - Multi-camera RTSP/ONVIF support - Real-time vehicle classification and counting - Entry/exit line configuration - Persistent event logging and export tools - Lightweight deployment for Windows or Linux - Documentation for adding new cameras later For the accuracy requirement, I would tune detection confidence, tracking persistence, and counting thresholds specifically against sample footage from your environment before final validation. The system will be delivered ready to test with your two existing cameras and structured so additional streams can be added with minimal configuration changes.
₹37,500 INR in 12 days
3.8
3.8

Hi, I can build your real-time parking vehicle counter using existing RTSP/ONVIF camera feeds, with live entry/exit counting for cars and motorcycles, occupancy balance, export options, and setup documentation. The best solution is to first review your camera angles, entry/exit lanes, lighting conditions, stream URLs, counting-line positions, and target hardware. I’ll then build a lightweight OpenCV/YOLO-based application with a simple GUI or web dashboard that detects vehicles, tracks direction, and updates live counts with low latency. I’m comfortable with Python, OpenCV, YOLOv8, RTSP streams, ONVIF cameras, object detection, vehicle classification, line-crossing logic, CSV/JSON exports, Windows/Linux deployment, and computer-vision dashboards. Deliverables include: * Multi-camera RTSP/ONVIF connection * Car and motorcycle detection * Entry/exit line counting * Live occupancy balance * Reset count option * CSV/JSON export * Simple GUI or web dashboard * Installation guide * Camera setup documentation * One-hour accuracy test support I’ll focus on a practical, camera-agnostic solution that runs on a mid-range Windows/Linux system and targets 95%+ accuracy after calibration. Best regards Ankit
₹12,500 INR in 2 days
3.2
3.2

Hi, I can build a lightweight, production-ready vehicle counting system that connects to your existing RTSP/ONVIF cameras and provides real-time entry/exit counts for cars and motorcycles with a live occupancy dashboard. The solution will use a modern computer vision stack (YOLO + OpenCV + multi-object tracking) optimized for low-latency inference on a standard Windows or Linux machine. It will support multiple camera streams, configurable counting lines, CSV/JSON export, counter reset, and include clear installation and setup documentation for adding cameras in the future. I have experience building production AI and computer vision systems with Python, OpenCV, PyTorch, TensorFlow, FastAPI, and deploying optimized inference pipelines. I’d be happy to discuss your camera setup and recommend the best implementation approach.
₹25,000 INR in 7 days
2.8
2.8

I will build a lightweight vehicle counting system using Python + YOLOv8 + DeepSORT — real-time detection and tracking for cars & motorcycles from your existing IP cameras (RTSP/ONVIF). Includes a live web dashboard, CSV/JSON export, reset functionality, and full documentation. Optimized for CPU, no GPU required. I guarantee 95%+ accuracy verified over a one-hour test. Price: ₹35,000 (~$420) | Timeline: 20 days | Milestone payment available
₹35,000 INR in 20 days
2.5
2.5

Hello, I can develop a lightweight **AI-powered vehicle counting system** that connects to your existing RTSP/ONVIF cameras and provides accurate, real-time entry/exit counts for **cars and motorcycles**. The solution will use **YOLOv8 + OpenCV + object tracking (ByteTrack/DeepSORT)** to achieve high accuracy with low latency on a mid-range Windows or Linux PC. It will include: • Multi-camera RTSP/ONVIF support. • Real-time entry/exit detection with configurable counting lines. • Separate counts for cars and motorcycles with live occupancy. • GUI or web dashboard showing live statistics. • CSV/JSON export and one-click counter reset. • Easy camera configuration and complete installation guide. • Clean, well-documented source code for future enhancements. I have experience building **computer vision**, **YOLO**, **OpenCV**, and **multi-camera AI** applications, including real-time object detection and counting systems. Please visit my profile to review my AI and Computer Vision projects. I'm currently offering an **introductory rate** for new clients while delivering production-quality, maintainable solutions with long-term support. I'd be happy to discuss your camera setup and start immediately. Best regards, Abdul Salam
₹12,500 INR in 7 days
2.0
2.0

Hello, Reliable counting depends on stable tracking rather than detection alone, especially when vehicles overlap or lighting changes throughout the day. I'd build a lightweight application that connects to RTSP or ONVIF cameras, detects cars and motorcycles, tracks entry and exit events, and maintains live occupancy with CSV/JSON exports and an easy-to-use dashboard. The solution would be optimized to run efficiently on a standard Windows or Linux machine without requiring a high-end GPU. A YOLO-based detection pipeline with object tracking would provide a modular foundation for adding more cameras later. Are the cameras fixed at entry and exit lanes or do they cover wider parking areas? What CPU and RAM specifications are available on the deployment machine? I'd be happy to discuss the implementation approach. Thanks, Akshay
₹25,000 INR in 7 days
0.5
0.5

With more than a decade of software development under my belt, I am confident I can provide you with a top-notch solution for your parking vehicle counting needs. Combining my experience in both computer vision and back-end programming, I bring to the table a unique blend of skills that can help solve your problem effectively. I have deep expertise in using OpenCV and TensorFlow, which means I understand the ins and outs of these platforms and can develop highly accurate solutions without requiring expensive GPUs, thus resulting in cost optimization for you. Regarding installation, documentation, and support, rest assured you'll be well taken care of; these are areas I particularly pay attention to. I'll make sure not only to deliver the application but also comprehensive installation guidelines so that your team can easily add new cameras whenever needed. Plus, my post-completion support is always available at a moment's notice in case any issue arises. Overall, my methodology encompasses crafting efficient solutions that scale well with business growth, since just delivering "good" products is not enough – they need to empower businesses in their journey. Therefore, I believe my proficiency coupled with my commitment to producing high-quality results makes me the ideal candidate for this job. Take advantage of my skill set and see how your parking lot operations luxuriate in real-time data accuracy!
₹12,500 INR in 7 days
0.0
0.0

Hi, I can develop a reliable vehicle counting solution that accurately tracks cars and motorcycles from multiple RTSP/ONVIF camera streams with real-time entry/exit monitoring. With 10+ years of experience in Computer Vision, Python, OpenCV, YOLO, and AI-based automation, I can deliver a scalable and production-ready solution. How I'll help: Develop a GUI/web dashboard with multi-camera support. Implement real-time vehicle detection and entry/exit counting. Separate counts for cars and motorcycles with live balance updates. Export data in CSV/JSON and provide reset functionality. Deliver installation guide and documentation for adding new cameras. My approach is to build an optimized, lightweight solution that runs efficiently on Windows or Linux, thoroughly test it to achieve the required accuracy, and ensure it is easy to maintain and extend. I'd be happy to discuss the details and can start immediately. Best Regards, Rahul
₹32,000 INR in 18 days
0.0
0.0

Hello, I’m excited to bid on your Real-Time Parking Vehicle Counter project because it closely matches my recent work. I developed an AI-powered Smart Parking Management System using Python, FastAPI, OpenCV, Roboflow, EasyOCR, WebSockets, and a modern web dashboard for real-time vehicle monitoring and analytics. For your project, I can build a lightweight application that: * Connects to multiple RTSP/ONVIF camera streams. * Detects and counts cars and motorcycles entering and exiting in real time using YOLOv8 and OpenCV. * Displays live occupancy with separate entry, exit, and current vehicle counts. * Supports CSV/JSON export and quick counter reset. * Includes a clean dashboard and complete installation/documentation for adding new cameras. The solution will be optimized to run efficiently on a mid-range Windows or Linux system without requiring expensive GPU hardware. My focus will be on low latency, reliable tracking, and achieving the accuracy target through proper detection, tracking, and line-crossing logic. You'll receive the complete source code, documentation, and deployment guide, ensuring the system is easy to maintain and extend in the future. I would be happy to discuss your existing camera setup and workflow so we can deliver a solution that integrates seamlessly with your parking lot.
₹25,000 INR in 7 days
0.0
0.0

With my proficiency in both PHP and Python alongside hands-on experience in cloud computing and artificial intelligence, I believe I am the ideal fit for developing your real-time parking vehicle counter. I can efficiently design and deploy a lightweight, camera-agnostic application that connects seamlessly with the existing IP feeds at your parking lot, ensuring low latency and delivering accurate tallies of cars and motorcycles entering and exiting. Adhering to your requirements, I propose to build a software solution with separate tallies for cars and motorcycles, presenting a running balance visible always on a user-friendly GUI or web dashboard. Moreover, I have extensive knowledge of OpenCV, YOLOv8, TensorFlow like computer vision stacks that will enable me to pour cutting-edge technologies into this project without breaking your budget by using expensive GPUs. My comprehensive approach doesn't just stop at project completion, I'll provide an installation guide and brief documentation so that your team can easily add new cameras in the future without any hassles. Alongside clear communication throughout the process, you can rely on me to ensure consistent performance and deliver a product that provides real value to your business- because that's what I do best.
₹25,000 INR in 7 days
4.0
4.0

Hello, I am a beginner Python developer who is eager to learn and work on real projects. I am honest, dedicated, and willing to follow your requirements carefully. If given the opportunity, I will communicate regularly and do my best to deliver quality work. Thank you for your time and consideration
₹25,000 INR in 7 days
0.0
0.0

Hello, Thank you for sharing your project requirements. We have experience developing AI-powered computer vision applications using Python, OpenCV, and YOLO, including real-time object detection, tracking, and analytics from IP camera streams. For your project, we can develop a lightweight application that connects to your RTSP/ONVIF cameras and provides: Real-time vehicle detection and counting Separate counts for cars and motorcycles Entry and exit line monitoring Live dashboard with running totals CSV/JSON export for reporting Support for multiple IP camera streams Easy installation with documentation for future camera additions The solution will be designed to run efficiently on a standard Windows or Linux system without requiring high-end GPU hardware, while keeping the architecture scalable for future enhancements. Before development begins, we'd like to review sample camera feeds to evaluate camera angles, resolution, and lighting conditions, as these factors directly influence counting accuracy and help us recommend the most reliable implementation. We value clear communication, timely delivery, and building practical, maintainable AI solutions. We look forward to discussing your requirements further. Best regards, Aucourant Technologies Pvt. Ltd.
₹35,000 INR in 18 days
0.0
0.0

Chennai, India
Member since Jul 30, 2026
₹1000000-2500000 INR
$15-25 USD / hour
₹400-750 INR / hour
£10-15 GBP / hour
₹37500-75000 INR
₹12500-37500 INR
$1500-3000 AUD
₹600-1500 INR
₹12500-37500 INR
₹12500-37500 INR
$30-250 USD
$30-250 AUD
₹1500-12500 INR
£5000-10000 GBP
$25-50 USD / hour
$250-750 USD
$19-20 CAD
₹12500-37500 INR
₹100-400 INR / hour
₹750-1250 INR / hour