LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer
User Name
Password
Linux - Embedded & Single-board computer This forum is for the discussion of Linux on both embedded devices and single-board computers (such as the Raspberry Pi, BeagleBoard and PandaBoard). Discussions involving Arduino, plug computers and other micro-controller like devices are also welcome.

Notices


Reply
  Search this Thread
Old 02-15-2016, 04:58 AM   #1
littlebigman
Member
 
Registered: Aug 2008
Location: France
Posts: 660

Rep: Reputation: 35
Question Terminal for faster ticketing of traffic violations?


Hello

Over here, to issue parking fines, authorities mostly use the ol' paper + pen solution (with the according pathetic productivity) while a few use hand-held computers that 1) still require them to enter license plates manually and 2) won't let them take a picture although it can prove to be useful in court in case drivers object to their fine:

https://www.cornwall.gov.uk/media/36...ariation_1.jpg

I was wondering if someone knew of manufacturers of such hand-held computers that could 1) take a picture, 2) extract the license plate number from the picture with manual validation by the user, 3) pick an offense from a given list, and 4) send the whole thing OTA to servers?

Even better : are there hardware/software open-source solutions that could drive down the price?

Thank you.
 
Old 02-15-2016, 05:58 AM   #2
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,719

Rep: Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735
Citation generator... Interesting!

I am willing to bet that we could work up a cell phone app for that.
Alternative, an android app that would work on cell phones, tablets, or RPIE3 with the right attachments and case.

There may be a couple of issues:
1. in most places you MUST provide a paper citation, so some kind of portable printer may be involved. (Else you are back to transcribing into a pad anyway.) Certified mail delivery after the citation is issued may be an option in some places.
2. Generally, a signature (or two) is a legal requirement. (most often on all copies of the paper mentioned above) and that part of the code is generally NOT been changed to allow for digital signatures.

In other words, a change or two in the code may be required, or specialized equipment, or both.

Very doable. I suggest that preparing the hardware and software as a proof of concept would make driving the code changes easier. It would also require exactly the research needed to prepare the budgeting estimates that are going to be requested as soon as you talk to whatever political body would have to approve the code change.

In politics and law, it is always well to have your duck in a row!
 
Old 02-22-2016, 07:20 AM   #3
littlebigman
Member
 
Registered: Aug 2008
Location: France
Posts: 660

Original Poster
Rep: Reputation: 35
Thanks for the info. I was looking into this as a proof-of-concept to propose to authorities to increase productivity.
 
Old 02-23-2016, 07:37 AM   #4
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
This has been around for a while. In the US there are high speed cameras which capture license plates of a row of parked cars and processes that, the end result are alerts sent back to the police cruiser to inform it about some other violation of note. Similarly they'll capture other cars just on the road and if something like a plate is expired, it will alert the officer and they can choose to act upon it.

I know firsthand of two cases where this happened.

So whatever software you're talking about, already exists, at least in professional, law enforcement form. Seems like you're seeking for something open source.

Last edited by rtmistler; 02-23-2016 at 07:38 AM.
 
1 members found this post helpful.
Old 03-03-2016, 07:43 AM   #5
littlebigman
Member
 
Registered: Aug 2008
Location: France
Posts: 660

Original Poster
Rep: Reputation: 35
Open-source or just cheaper.

Otherwise, I don't understand why those aren't more widespread, which allows drivers to violate parking or speed limits.
 
Old 03-03-2016, 08:35 AM   #6
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,988
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
littlebigman,

Quote:
Thanks for the info. I was looking into this as a proof-of-concept to propose to authorities to increase productivity.
You are going to be hugely popular with UK drivers.
 
Old 03-04-2016, 07:30 AM   #7
littlebigman
Member
 
Registered: Aug 2008
Location: France
Posts: 660

Original Poster
Rep: Reputation: 35
I just care that they follow the rules of the road and don't run me over when I ride my bike.
 
Old 03-04-2016, 08:33 AM   #8
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,988
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
littlebigman,

Quote:
I just care that they follow the rules of the road and don't run me over when I ride my bike.
I ride a bike and I could not agree with you more.

However, the topic for discussion was parking, not inconsiderate driving.
 
Old 03-04-2016, 08:40 AM   #9
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
Quote:
Originally Posted by beachboy2 View Post
I ride a bike and I could not agree with you more.

However, the topic for discussion was parking, not inconsiderate driving.
Well they also talked about speed limits.
Quote:
Originally Posted by littlebigman View Post
Open-source or just cheaper.

Otherwise, I don't understand why those aren't more widespread, which allows drivers to violate parking or speed limits.
wpeckham covered a lot of points well in the very first reply by pointing out that staging this and demonstrating it properly for the law makers and law enforcers is a good idea to attain adoption of your ideas. Because this all has a lot to do with acceptance in the court of law, not just having the technical capabilities to take tons of accurate video.

The point there being that no matter how good you make your system, if the lawmakers haven't agreed that your submitted content is legally obtained and legal proof of a violation, then you could be standing alone, reporting tons of violations, but with no notice of that being taken by anyone empowered to write citations.
 
Old 03-04-2016, 08:52 AM   #10
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
the philly parking authority on the a&e show parking wars has this. they drive down the block in a tow truck with a video recorder and if one of the license plates dings then they tow it (most of the time the owner comes out and an altercation ensues).

they dont mention the software but from the screenshots it seems windows based.

i would assume england has red-lite cameras/speed cameras; i think i read somewhere that every square mile in england has a surveillance camera ?

Last edited by schneidz; 03-04-2016 at 08:59 AM.
 
Old 03-04-2016, 09:09 AM   #11
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by rtmistler View Post
This has been around for a while. In the US there are high speed cameras which capture license plates of a row of parked cars and processes that, the end result are alerts sent back to the police cruiser to inform it about some other violation of note. Similarly they'll capture other cars just on the road and if something like a plate is expired, it will alert the officer and they can choose to act upon it.

I know firsthand of two cases where this happened.

So whatever software you're talking about, already exists, at least in professional, law enforcement form. Seems like you're seeking for something open source.
Damn technology gone too far, in my book.
 
Old 03-04-2016, 09:25 AM   #12
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,145
Blog Entries: 21

Rep: Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482Reputation: 3482
Quote:
Originally Posted by BW-userx View Post
Damn technology gone too far, in my book.
I felt the same way being a scooter tramp

https://www.youtube.com/watch?v=ZvGIne1PPx0

https://www.youtube.com/results?sear...+wars+season+3

Riding motorcycle in the desert. Parking spots are not a problem of mine. Seems to be a civilization thing.

Last edited by rokytnji; 03-04-2016 at 09:47 AM.
 
Old 03-04-2016, 09:45 AM   #13
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,883
Blog Entries: 13

Rep: Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931Reputation: 4931
@side-topic, was back in like the early 80s we had a coworker who was miffed beyond belief that he'd see State Police patrolmen traveling rather fast on the major highways. The normal early commute time and the proximity of this guy's commute to the police barracks had possible impact. It was near shift change time and patrolmen need to be back for swapping out cars, etc.

So this coworker spent all morning trying to call the State Police and get his complaints in. Amazingly (NOT!) nobody seemed to care, and he had the car number, the plate, etc. Said he followed the cop for about 10 miles going 85+ MPH in a 55 zone and he was all mad. We just sort of shook our heads because we knew it was typical for this guy.

I also had a friend who was not a cop, but worked for them and once had a state cruiser in lieu of a work truck, until the truck could be configured. They told him to go down the left lane, not go crazy, but not spare the horses and not go the speed limit because if he did, everyone on the road would be scared seeing the cruiser and it would be the same effect as a moving road block and thus possibly cause more danger if instead he went slow in the right hand lane. So he drove down the left lane, everyone got out of his way and that was that.

If you want to police the world, then join up and be a cop. But don't be surprised if they tether your behaviors in a bit once you do become one.
 
Old 03-04-2016, 10:45 AM   #14
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by rokytnji View Post
I felt the same way being a scooter tramp

https://www.youtube.com/watch?v=ZvGIne1PPx0

https://www.youtube.com/results?sear...+wars+season+3

Riding motorcycle in the desert. Parking spots are not a problem of mine. Seems to be a civilization thing.
which has nothing to do with "right or wrong" it is only all about the Money. get a ticket. pay the money the money goes to pay the people that give out the tickets. it is just a vicious cycle for the most part. lol has nothing to do with "right or wrong" justice or any of that.. just about the money the city can get out of its citizens.

impound the car they get more money...
 
Old 03-05-2016, 07:17 AM   #15
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,719

Rep: Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735Reputation: 2735
It depends

Quote:
Originally Posted by BW-userx View Post
which has nothing to do with "right or wrong" it is only all about the Money. get a ticket. pay the money the money goes to pay the people that give out the tickets. it is just a vicious cycle for the most part. lol has nothing to do with "right or wrong" justice or any of that.. just about the money the city can get out of its citizens.

impound the car they get more money...

Perhaps in some places. In the state I grew up in (not the one I live in now) none of the money for citations went to the PD or state. It all went to the local county or city court system, with a percentage going into the general fund. There was no personal incentive for the officer to write a citation or warning, and while auto impound was rare, impound fees went to cover costs and into the park district funds.

Not much about the money, more about the stupid. If you were doing something so stupid that you got a tow or ticket, you deserved it. No officer WANTED to give a ticket, because every case meant more paperwork and a lot of the court time came out of non-paid time. While I have heard that the state has since revised the code so that officers cannot be made to serve court time without pay, no one joined the PD to spend time in court. Also, that change came about only in the last few years. Officers do not get paid well, in general, and tickets only help is states with stupid legislators: officers are in it for that whole "serve and protect" thing!

If I get a ticket, and they can automate things to speed up the process so I can get on with my day faster, I am all for that. If I can not deserve or get a ticket, even better.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Best ticketing tool in linux jsaravana87 Linux - Server 10 06-08-2012 06:53 AM
Ticketing system niharikaananth Linux - Newbie 5 08-22-2011 02:12 PM
OTRS Ticketing System carlosinfl Linux - Software 1 12-20-2007 04:48 PM
Trouble Ticketing System Giangiro Linux - Software 3 07-15-2005 05:42 AM
console keyboard configuration\ terminal switching off \ faster booting jamaso Linux - Newbie 5 10-27-2001 08:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer

All times are GMT -5. The time now is 05:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration