Skip to content

Instantly share code, notes, and snippets.

View AustinShalit's full-sized avatar

Austin Shalit AustinShalit

View GitHub Profile
Only in docs-cs: _accelerometer_data_8h_source.html
Only in docs-r: AccelerometerData_8h_source.html
Only in docs-cs: _addressable_l_e_d_data_8h_source.html
Only in docs-r: AddressableLEDData_8h_source.html
Only in docs-cs: _addressable_l_e_d_sim_8h_source.html
Only in docs-r: AddressableLEDSim_8h_source.html
Only in docs-cs: _addressable_l_e_d_types_8h_source.html
Only in docs-r: AddressableLEDTypes_8h_source.html
Only in docs-cs: _a_d_x_l345___i2_c_8h_source.html
Only in docs-r: ADXL345__I2C_8h_source.html
@AustinShalit
AustinShalit / Robot.java
Created November 29, 2016 03:50
CameraServer Example (OpenCV)
package org.usfirst.frc.team190.robot;
import org.opencv.core.Mat;
import org.opencv.imgproc.Imgproc;
import edu.wpi.cscore.CvSink;
import edu.wpi.cscore.CvSource;
import edu.wpi.cscore.USBCamera;
import edu.wpi.first.wpilibj.CameraServer;
import edu.wpi.first.wpilibj.IterativeRobot;