Searched refs:get_capture_devices (Results 1 – 4 of 4) sorted by relevance
24 .def("get_capture_devices", &VideoDevice::get_capture_devices) in init_pyvid()
35 static std::vector<std::string> get_capture_devices();
33 vidpath = pykms.VideoDevice.get_capture_devices()[0]
283 vector<string> VideoDevice::get_capture_devices() in get_capture_devices() function in VideoDevice