Start implementing HttpCamera.

This is a work in progress that does not yet support camera settings.
This commit is contained in:
Peter Johnson
2016-11-28 00:22:15 -08:00
parent 4c8c41fdc0
commit 9016a9e8b8
16 changed files with 1425 additions and 33 deletions

View File

@@ -148,15 +148,6 @@ std::vector<std::string> GetEnumPropertyChoices(CS_Property property,
return source->GetEnumPropertyChoices(propertyIndex, status);
}
//
// Source Creation Functions
//
CS_Source CreateHttpCamera(llvm::StringRef name, llvm::StringRef url,
CS_Status* status) {
return 0; // TODO
}
//
// Source Functions
//