summaryrefslogtreecommitdiff
path: root/src/apps/qcam/assets/feathericons/slash.svg
blob: f4131b85f295e9f20a0264d752b686ec89f08759 (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-slash"><circle cx="12" cy="12" r="10"></circle><line x1="4.93" y1="4.93" x2="19.07" y2="19.07"></line></svg>
value("StillCapture", StreamRole::StillCapture) .value("Raw", StreamRole::Raw) .value("VideoRecording", StreamRole::VideoRecording) .value("Viewfinder", StreamRole::Viewfinder); py::enum_<ControlType>(m, "ControlType") .value("Null", ControlType::ControlTypeNone) .value("Bool", ControlType::ControlTypeBool) .value("Byte", ControlType::ControlTypeByte) .value("Integer32", ControlType::ControlTypeInteger32) .value("Integer64", ControlType::ControlTypeInteger64) .value("Float", ControlType::ControlTypeFloat) .value("String", ControlType::ControlTypeString) .value("Rectangle", ControlType::ControlTypeRectangle) .value("Size", ControlType::ControlTypeSize); }