mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Rename HTTPSink to MJPEGServer.
This commit is contained in:
@@ -130,7 +130,7 @@ public class CameraServerJNI {
|
||||
//
|
||||
// Sink Creation Functions
|
||||
//
|
||||
public static native int createHTTPSink(String name, String listenAddress, int port);
|
||||
public static native int createMJPEGServer(String name, String listenAddress, int port);
|
||||
public static native int createCvSink(String name);
|
||||
//public static native int createCvSinkCallback(String name,
|
||||
// void (*processFrame)(long time));
|
||||
|
||||
Reference in New Issue
Block a user