-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
CadeBrown
committed
Apr 20, 2017
1 parent
8ef3c6f
commit 143a74e
Showing
2 changed files
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
### | ||
# | ||
# | ||
# | ||
### | ||
|
||
args.H = (60, 80) | ||
args.S = (68, 255) | ||
args.L = (32, 50) | ||
|
||
# exposure should be very low for MS lifecam. You'll need to try different values | ||
args.exposure = .01 | ||
|
||
# FPS cap of 100 | ||
args.fps = 100 | ||
|
||
# streams to raspberrypi.local:X | ||
#args.stream = 5802 | ||
|
||
# blur 3x3 is normally good, or 2x2 | ||
args.blur = (3, 3) | ||
# will resize or ask for smaller image | ||
args.size = (320, 240) | ||
|
||
# the IP address | ||
args.publish = "roboRIO-3966-frc.local" | ||
# the table | ||
args.table = "vision/gearpeg" | ||
|