From b8dcaffaf7dcb0c795d2776abf3bb75196f8527c Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Sat, 17 Sep 2011 11:15:47 -0700 Subject: Add -webcam commandline option to control webcam emulation -webcam name=[,dir=] options controls web cameras to use for emulation. Change-Id: I961fd399c7e041541adda040dd24f194cc383cb9 --- qemu-options.hx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qemu-options.hx') diff --git a/qemu-options.hx b/qemu-options.hx index 76432a5..880025e 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1787,4 +1787,7 @@ DEF("audio-test-out", 0, QEMU_OPTION_audio_test_out, \ DEF("snapshot-no-time-update", 0, QEMU_OPTION_snapshot_no_time_update, \ "-snapshot-no-time-update Disable time update when restoring snapshots\n") +DEF("list-webcam", 0, QEMU_OPTION_list_webcam, \ + "-list-webcam List web cameras available for emulation\n") + #endif /* ANDROID */ -- cgit v1.1