This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Himax CX3 USB dongle - NIR/Depth 940 gray camera sensor | |
SUBSYSTEM=="usb", ATTR{idVendor}=="<uid>", ATTR{idProduct}=="<gid>", MODE:="0666", OWNER:="root", GROUP:="root" | |
# Himax CX3 USB dongle - RGB color camera sensor | |
#SUBSYSTEM=="usb", ATTR{idVendor}=="1080", ATTR{idProduct}=="1245", MODE:="0666", OWNER:="root", GROUP:="video" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# also change 3dscan path in 430 dir | |
# also copy dj's 430 dir if needed | |
cmake_minimum_required(VERSION 2.8.12) | |
project(hxfr C CXX) | |
set(PROJECT_VERSION_MAJOR 0) | |
set(PROJECT_VERSION_MINOR 5) | |
set(PROJECT_VERSION_PATCH 0) | |
set(PROJECT_VERSION_TWEAK 0) |
NewerOlder