24 offsetof(options_t, webcam_index),
25 &default_webcam_index_value,
26 sizeof(
unsigned short int),
27 "Webcam device index to use for video input.",
31 "ASCII_CHAT_WEBCAM_INDEX",
36 OPTION_MODE_CLIENT | OPTION_MODE_MIRROR | OPTION_MODE_DISCOVERY,
37 {.numeric_range = {0, 10, 1}, .examples =
g_webcam_examples, .input_type = OPTION_INPUT_NUMERIC},
42 offsetof(options_t, test_pattern),
43 &default_test_pattern_value,
45 "Use test pattern instead of webcam.",
54 OPTION_MODE_CLIENT | OPTION_MODE_MIRROR | OPTION_MODE_DISCOVERY,
63 "List available webcam devices by index and exit.",
76 REGISTRY_TERMINATOR()};