mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Start implementing HttpCamera.
This is a work in progress that does not yet support camera settings.
This commit is contained in:
@@ -75,11 +75,6 @@ char** CS_GetEnumPropertyChoices(CS_Property property, int* count,
|
||||
return out;
|
||||
}
|
||||
|
||||
CS_Source CS_CreateHttpCamera(const char* name, const char* url,
|
||||
CS_Status* status) {
|
||||
return cs::CreateHttpCamera(name, url, status);
|
||||
}
|
||||
|
||||
CS_SourceKind CS_GetSourceKind(CS_Source source, CS_Status* status) {
|
||||
return cs::GetSourceKind(source, status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user