Thread
:
Swap Camera Bandwidth Issues
View Single Post
#
2
31-01-2017, 20:43
Nick Donahue 40
Registered User
FRC #4028
Join Date: Jan 2017
Location: Cincinnati
Posts: 3
Re: Swap Camera Bandwidth Issues
I have discovered that there is an option to disable CvSinks, as shown here.
Code:
cvSink1.setEnabled(false); cvSink2.setEnabled(false); cvSink3.setEnabled(true);
This would go in the while set of your code under each individual if statement.
Nick Donahue 40
View Public Profile
Find all posts by Nick Donahue 40
Find CD-Media Photos by Nick Donahue 40
Find CD-Media Papers by Nick Donahue 40