-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cscore] CvSink: Allow specifying output PixelFormat #5943
[cscore] CvSink: Allow specifying output PixelFormat #5943
Conversation
cscore/src/main/java/edu/wpi/first/cscore/CameraServerCvJNI.java
Outdated
Show resolved
Hide resolved
0f444bb
to
55bd629
Compare
aebec19
to
a559b7e
Compare
a559b7e
to
69d3547
Compare
@PeterJohnson I noticed photonvision uses CameraServer to created and get a handle to a CvSink. Should CameraServer also be refactored to use the new constructor for CvSink? |
Probably. I assume it would just involve adding a parameter to getVideo? |
Yeah that could work. Should it be a overloaded method and leave the current (which calls the default constructor of CvSink)? |
No description provided.