Adnan RIHAN
99f99842c8
Added read from piped standard input support
2016-09-07 16:19:04 +02:00
Matt Hill
13bd0f1503
Combined webcam logic, minor code reorg
2016-04-24 21:55:51 -04:00
vasylslobodyan
2c1af6fecf
Fix for alprd to allow input as /dev/video* where * is a number that corolate to the webcam on the system.
...
Tested on OSX and Debian system (Ubuntu and RPI).
2016-04-22 09:29:41 +01:00
Matt Hill
da4a84360c
Hiding Frame: from video output when using JSON output
2016-01-31 21:28:13 -05:00
Matt Hill
dd01af3146
Added debug flag to toggle debug options without having to edit config
2016-01-14 21:50:30 -05:00
Matt Hill
1b8e640069
Fixed spelling mistakes in comments
2016-01-06 06:45:52 -05:00
Nicolás Alvarez
353bf8dc3c
Fix spelling in --seek option documentation.
2015-12-07 13:47:26 -03:00
Matt Hill
9ce8cf7d3c
Added multiline context for postprocessing
...
Pattern matching can now apply line by line patterns for greater accuracy
2015-09-30 22:03:02 -04:00
Matt Hill
582a2c747d
Implements issue #187 -- Support wildcards in alpr executable
2015-08-27 20:55:00 -04:00
Matt Hill
1ea207ddea
Fixes issue #183
2015-08-15 11:41:52 -04:00
Matt Hill
762165776a
Showing pattern matches if a region was identified
2015-08-11 08:44:44 -04:00
Matt Hill
3b329e046b
Added mkv to the list of video extensions
2015-07-24 04:33:47 -04:00
Matt Hill
6308048d84
Updated copyright
2015-07-02 14:23:16 -04:00
Matt Hill
f544a6a105
Updated location of motiondetector.h
2015-05-15 05:54:33 -04:00
Matt Hill
00a00df05e
Merge branch 'master' of git://github.com/Kees-V/openalpr into keesmotion
2015-05-14 07:23:15 -04:00
Kees-V
be40adcd51
Motion detection for the webcam
2015-05-14 09:33:14 +02:00
Matt Hill
98e66fc926
Using a check function to see if image is supported
2015-05-13 07:07:22 -04:00
Matt Hill
3ac253b668
Added support for tif/bmp images
2015-05-13 07:07:22 -04:00
Kees-V
0c2495f26c
Use motion detection in analysis of video streams and video files to increase performance (Issue 39)
2015-05-12 19:27:18 +02:00
Matt Hill
39c4756ce7
Changed Linux timestamp behavior. Explicitly using CLOCK_MONOTONIC_RAW and CLOCK_REALTIME
2015-03-16 23:13:06 -04:00
Matt Hill
5abe94042f
Added [Experimental] tag to region detection description
2015-02-18 23:13:58 -05:00
Matt Hill
0091c80d73
Changed "template region" to "pattern" Region is an overloaded term
2015-02-18 23:07:54 -05:00
Matt Hill
bc0c569f39
Updated copyrights to 2015
2015-01-06 08:23:03 -05:00
Matt Hill
85f52a6b8c
Wrapped OpenALPR library in "alpr" namespace. Resolves issue #60 .
2014-10-27 20:12:57 -04:00
Matt Hill
dc65be8c32
Fixed state identification missing from output
2014-10-23 18:24:29 -04:00
Matt Hill
91f4988b43
Merge branch 'master' into v2.0
...
Conflicts:
src/main.cpp
2014-10-23 17:26:52 -04:00
Matt Hill
32793c5991
Resolves issue #58 - Remove template match from output when template not provided
2014-10-21 18:20:29 -04:00
Matt Hill
396737bd3d
Cleaned up API. No longer backwards compatible
2014-10-05 16:27:56 -04:00
Matt Hill
f05c07d2b7
Updated copyright to 2014
2014-10-04 22:45:52 -04:00
Matt Hill
3b2cd74306
Fixes issue #48 Invalid json output
2014-08-30 11:36:18 -04:00
Matt Hill
34e00793eb
Fixed sleep_ms to use ms rather than microseconds
2014-08-28 07:29:46 -04:00
Matt Hill
29a040d49c
Replaced usleep with platform independent sleep function
2014-08-19 00:42:40 -04:00
Matt Hill
14579a2227
Only show timing information when --clock is used
2014-08-19 00:40:37 -04:00
Matt Hill
aac6d61773
Added regions of interest to ALPR interface. Currently non-functional
2014-08-18 23:23:03 -04:00
Matt Hill
d76f122ad6
Organized "videobuffer" code into a video static library
2014-08-16 10:34:14 -04:00
Matt Hill
eb7dba41a3
Resolves issue #28 - Add output when no plate is found
2014-08-01 18:23:54 -04:00
Matt Hill
5a48305471
Using usleep rather than waitkey
2014-07-02 21:04:10 -04:00
Matt Hill
8a9dfabe6c
Reformatted JSON output. Moved epoch time to top level. Added total processing time
2014-06-12 05:58:34 -04:00
Matt Hill
df0288febd
Removed signal handler -- was unnecessary
2014-05-20 21:05:41 -05:00
Matt Hill
afd1e9421c
Removed unnecessary signal handlers
2014-05-19 23:12:34 -05:00
Matt Hill
efe79db062
Case insensitive file match for alpr (matches .jpg and .JPEG)
2014-05-19 22:51:15 -05:00
Matt Hill
765a41685d
Added .mjpg and .mjpeg file types to video list
2014-05-19 22:30:22 -05:00
Matt Hill
5333b8628c
Added better support for mjpeg.
...
When an http:// or https:// URL is provided, assume MJPEG and pass the correct values into OpenCV
Added a VideoBuffer class that pulls the latest images in a background thread.
2014-05-18 16:35:38 -05:00
Matt Hill
ba83f60e21
Removed "exit" function call from CmdLine code. Now returning out of main.
2014-05-11 11:51:09 -05:00
Matt Hill
66febb8ca8
Changed library to point to a config file rather than runtime dir
...
runtime dir location is specified in the config file
2014-05-10 09:50:52 -05:00
Matt Hill
0858369b09
Added OpenALPR version in constants. Incremented to 1.1.0
2014-04-20 12:57:52 -05:00
Matt Hill
1d92c1663d
Added check to verify that file exists when input is given on standard in. If not, print an error message
2014-03-28 12:41:47 -05:00
Philippe Vaucher
d18e0e23b0
Only accept filenames in daemon
2014-03-28 16:15:03 +01:00
Philippe Vaucher
c62a76d6a8
Add daemon support
2014-03-28 10:10:49 +01:00
Philippe Vaucher
c406cc6e0b
Fix weird boolean conditions
2014-03-24 12:48:55 +01:00