Skip to content

Instantly share code, notes, and snippets.

View virtuallynathan's full-sized avatar

Nathan Owens virtuallynathan

View GitHub Profile
@daz
daz / openalpr_camera.py
Created August 15, 2018 05:51 — forked from jkjung-avt/openalpr_camera.py
Real-time license plate recognition with 'openalpr' using a video file as input
# test_camera.py
#
# Open an RTSP stream and feed image frames to 'openalpr'
# for real-time license plate recognition.
import numpy as np
import cv2
from openalpr import Alpr
@twaldecker
twaldecker / sendRawEth.c
Created September 22, 2012 08:13 — forked from austinmarton/sendRawEth.c
Send a raw Ethernet frame in Linux
/*
* Added the command line arguments for interface and MAC Address
*
* Based on raw Ethernet from austinmarton: https://gist.github.com/1922600
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*/