-
Notifications
You must be signed in to change notification settings - Fork 174
How to View Data
###View console verbose logging
Edit/Review config.py using nano or menubox.sh to verify the following variable settings (defaults)
vervose = True
gui_window_on = False
then start speed-cam.py
cd ~/rpi-speed-camera
./speed-cam.py
When motion is being tracked the detailed logging information will be displayed.
The opencv video window needs to run from the Raspberry Pi GUI Desktop. This can be done from an attached monitor or using a remote VNC session from another computer on the network.
Edit/Review config.py using nano or menubox.sh to verify the following variable settings (defaults)
gui_window_on = True
show_thresh_on = True
show_crop_on = False (This is a color motion crop area and is optional)
From the Raspberry Pi desktop open a terminal session. In the terminal session run speed-cam.py per the following
cd ~/rpi-speed-camera
./speed-cam.py
The opencv video windows should open and display the camera view with the motion area displayed in a stationary line box. When motion is being tracked it will be highlighted with a moving box (default) or center circle. See config.py motion settings for other variables to control text size etc.
When done reviewing camera video highlight the main video window and press q or press ctrl-c in the terminal window
It is recommended this be used for trouble shooting only since it will slow performance.
###View using Web Browser
Wiki Home
Description, Issues, Features
How to Install or Upgrade
How to Run
How to Calibrate
Change Settings and Plugins
How to Tune Motion Tracking
Setup RTSP Camera
rclone Remote Storage File Transfer
How to View Speed Data
How to Generate Graphs
How to Run speed-search.py
How to Start on Boot
How to use run.sh
watch-app.sh Remote config
How to Manage Sqlite3 Database
How to move speed-camera to ext drive
How to use OPENALPR with speed camera
Github Repo