I have been lurking here for a while. Thanks for all the information, it's time for me to share my results.
I had a problem with speeding on my road. They were hitting over 50 mph every 2 hours, and over 40mph every 20 minutes. It's posted at 25mph.
We went through various stages with limited success.
It wasn't until I setup a permanent speed sign with a camera did things get interesting. I bagged a commercial vehicle doing 50+mph during school hours, and called the business to complain. That's when they decided to complain to the city about my setup. All that did was get me to invest more in the system. We added more cameras, and nice little radar box so I could record speed data to MySQL.
The politics of the setup are indeed interesting as the city claimed "right of way". They gave up quickly when they found out who they were trying to intimidate. We now co-operate with each other. "Right of ways" in my state are pretty much unenforceable in my state.
My website is "algoodspeeders.org". It records all the issues I've had setting up and maintaining the system.
We trigger our 3 cameras with a radar box using Python and send to BI. Which I love/hate BI.
There are 3 Python processes:
radar logger - logs data to MySQL and detects speeding, generates overlay for BI
post video trigger and collection - collects data from BI and stores video by year, month, and day
Plate detection and storage to MySQL
Just installed a IPC-HFW5241E-Z12E, and I'm going to add 3 more. 2 for LPR, and 2 for full view in each direction. Later we will add another camera for side view and face detection.
Things got out of hand, and I've invested much time in this setup.
Speeding has gone from over 50% to less than 10-15% during peak times. We hit 50+ maybe every 2 weeks and 40+ every few hours. The 10% left are the worst of the worse. So I'm left with recording for now until I have enough to present a plan to the city. They of course have all the typical excuses.
I had a problem with speeding on my road. They were hitting over 50 mph every 2 hours, and over 40mph every 20 minutes. It's posted at 25mph.
We went through various stages with limited success.
It wasn't until I setup a permanent speed sign with a camera did things get interesting. I bagged a commercial vehicle doing 50+mph during school hours, and called the business to complain. That's when they decided to complain to the city about my setup. All that did was get me to invest more in the system. We added more cameras, and nice little radar box so I could record speed data to MySQL.
The politics of the setup are indeed interesting as the city claimed "right of way". They gave up quickly when they found out who they were trying to intimidate. We now co-operate with each other. "Right of ways" in my state are pretty much unenforceable in my state.
My website is "algoodspeeders.org". It records all the issues I've had setting up and maintaining the system.
We trigger our 3 cameras with a radar box using Python and send to BI. Which I love/hate BI.
There are 3 Python processes:
radar logger - logs data to MySQL and detects speeding, generates overlay for BI
post video trigger and collection - collects data from BI and stores video by year, month, and day
Plate detection and storage to MySQL
Just installed a IPC-HFW5241E-Z12E, and I'm going to add 3 more. 2 for LPR, and 2 for full view in each direction. Later we will add another camera for side view and face detection.
Things got out of hand, and I've invested much time in this setup.
Speeding has gone from over 50% to less than 10-15% during peak times. We hit 50+ maybe every 2 weeks and 40+ every few hours. The 10% left are the worst of the worse. So I'm left with recording for now until I have enough to present a plan to the city. They of course have all the typical excuses.