Skip to content

Instantly share code, notes, and snippets.

@glum-psyche
glum-psyche / camera-test.pro
Created April 11, 2018 21:32
Camera capture via Qt
TEMPLATE = app
QT += \
widgets \
multimedia
CONFIG += c++11 c++14
SOURCES += \
main.cpp \
//
// Regular Expression for URL validation
//
// Author: Diego Perini
// Updated: 2010/12/05
// License: MIT
//
// Copyright (c) 2010-2013 Diego Perini (http://www.iport.it)
//
// Permission is hereby granted, free of charge, to any person
## Configure eth0
#
# vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE="eth0"
NM_CONTROLLED="yes"
ONBOOT=yes
HWADDR=A4:BA:DB:37:F1:04
TYPE=Ethernet
BOOTPROTO=static