Searched refs:vidpath (Results 1 – 2 of 2) sorted by relevance
33 vidpath = pykms.VideoDevice.get_capture_devices()[0] variable35 vid = pykms.VideoDevice(vidpath)
342 for (string vidpath : glob("/dev/video*")) { in main() local343 int fd = ::open(vidpath.c_str(), O_RDWR | O_NONBLOCK); in main()354 printf("Using %s\n", vidpath.c_str()); in main()