mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-16 21:42:43 +00:00
feat: enable https camera stream mode
This commit is contained in:
@@ -92,6 +92,10 @@ TEST_CASE("integration: orca.printer_agent binding surface", "[integration][Pyth
|
||||
CHECK(py::hasattr(mode, "Subscription"));
|
||||
CHECK(py::hasattr(mode, "None_"));
|
||||
|
||||
REQUIRE(py::hasattr(pa, "CameraStreamMode"));
|
||||
py::object camera_mode = pa.attr("CameraStreamMode");
|
||||
CHECK(py::hasattr(camera_mode, "HTTPS"));
|
||||
|
||||
// Plugin-type enum exposed at module root (host reads it without the GIL).
|
||||
CHECK(py::hasattr(orca, "PluginType"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user