AI 駐車区画モニター — デプロイガイド

プリセット

Parking Monitor

Real-time parking slot detection using reCamera's built-in AI. Just connect your camera and deploy — no external server needed.

DevicePurpose
reCameraDetects cars and free parking slots

What you'll get:

  • Real-time parking slot status (free / occupied)
  • Visual dashboard with color-coded indicators
  • Adjustable detection sensitivity

Requirements: reCamera connected via USB or network

1

Deploy to reCamera

Deploy the parking detection flow and AI model to your reCamera.

配線
  1. Connect reCamera to your computer via USB-C cable
  2. Enter the reCamera IP address and SSH password
  3. Click Deploy to install the parking detection flow
トラブルシューティング
IssueSolution
SSH connection failedCheck USB cable connection; try both passwords: recamera and recamera.2
No camera feed / black screenThe camera service needs ~90 seconds to restart after deployment; wait and refresh the page
Model download failedEnsure reCamera has internet access (WiFi or via USB sharing)
Detection not accurateAdjust Confidence and IoU sliders on the dashboard

デプロイ後
  1. Open http://<reCamera-IP>:1880/dashboard/preview in your browser
  2. You should see the live camera feed with detection overlays
  3. Enter parking slot labels (e.g. A1,A2,A3) in the text input field
2

Configure Slot Labels

Once the dashboard is open (next step), set up the parking slots for your scene:

  1. Enter slot labels in the text field (e.g. A1,A2,A3 — one label per detected slot, left to right)
  2. Adjust Confidence and IoU sliders for your environment
トラブルシューティング
IssueSolution
"Monitoring Slots: None"Enter slot labels in the text input field on the dashboard
Slots flicker between free/occupiedIncrease the Confidence threshold; the stabilization algorithm needs 15 frames to confirm
Wrong slot assignmentSlot labels map left-to-right by position — reorder your labels to match camera view
3

Open Dashboard

The parking monitor dashboard is now live. Click below to open it in your browser.

トラブルシューティング
IssueSolution
Page not loadingMake sure the previous deployment step finished successfully and the service is healthy.
Wrong host/portUpdate the URL with your device's IP if you deployed to a remote machine.
デプロイ後

Your AI parking monitor is now running.

Quick Verification

  • Open http://<reCamera-IP>:1880/dashboard/preview
  • Green circles = free slots, Red circles = occupied
  • Status panel shows slot counts in real time

Tips

  • Mount reCamera facing the parking slots at a slight angle (front-facing view works best)
  • Current design is optimized for 3 adjacent parking slots
  • The system uses multi-frame validation to avoid false triggers from shadows or temporary obstructions

Next Steps