cmake [arguments] -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make
sudo make install
well back to ground zeroopenalpr installed and workingcan't manage to get the deamon to read the streami tried with each of these stream url:;stream = http://127.0.0.1:8080/;stream = webcamand created the stream running mjpg-streamer with this command ./mjpg_streamer -o "output_http.so -w ./www" -i "input_raspicam.so"which displays this:MJPG Streamer Version: svn rev:DBG(/home/pi/mjpg-streamer/mjpg-streamer-experimental/plugins/input_raspicam/input_raspicam.c, input_init(), 125): argv[0]=raspicam input plugini: fps.............: 5i: resolution........: 640 x 480i: camera parameters..............:Sharpness 0, Contrast 0, Brightness 50Saturation 0, ISO 400, Video Stabilisation No, Exposure compensation 0Exposure Mode 'auto', AWB Mode 'auto', Image Effect 'none'Metering Mode 'average', Colour Effect Enabled No with U = 128, V = 128Rotation 0, hflip No, vflip Noo: www-folder-path...: ./www/o: HTTP TCP port.....: 8080o: username:password.: disabledo: commands..........: enabledi: Starting CameraDBG(/home/pi/mjpg-streamer/mjpg-streamer-experimental/plugins/input_raspicam/input_raspicam.c, worker_thread(), 572): Host init, starting mmal stuffDBG(/home/pi/mjpg-streamer/mjpg-streamer-experimental/plugins/input_raspicam/input_raspicam.c, worker_thread(), 748): Camera enabled, creating encoderEncoder Buffer Size 81920DBG(/home/pi/mjpg-streamer/mjpg-streamer-experimental/plugins/input_raspicam/input_raspicam.c, worker_thread(), 831): Encoder enabled, creating pool and connecting portsDBG(/home/pi/mjpg-streamer/mjpg-streamer-experimental/plugins/input_raspicam/input_raspicam.c, worker_thread(), 955): Starting video outputI can see th stream in my browser at :trying to run alprd with ./alprd --config path to alprd.conf containing the above mentioned streams -fand it says:INFO - Running OpenALPR daemon in the foreground.FATAL - No video streams defined in the configuration.
--
You received this message because you are subscribed to a topic in the Google Groups "OpenALPR" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openalpr/3nsRXRnG6mU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openalpr+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Are you using the alprd.conf file located in /etc/openalpr/ ?
If not try using that file with your streams added and see if you get the same issue.