Config.in 809 B

1234567891011121314151617181920212223242526
  1. config BR2_PACKAGE_V4L2LOOPBACK
  2. bool "v4l2loopback"
  3. depends on BR2_LINUX_KERNEL
  4. help
  5. This module allows you to create "virtual video devices".
  6. Normal (v4l2) applications will read these devices as if
  7. they were ordinary video devices, but the video will not be
  8. read from e.g. a capture card but instead it is generated by
  9. another application.
  10. https://github.com/umlaeute/v4l2loopback
  11. if BR2_PACKAGE_V4L2LOOPBACK
  12. config BR2_PACKAGE_V4L2LOOPBACK_UTILS
  13. bool "utils"
  14. help
  15. Install applications to interact with v4l2-loopback devices
  16. ("virtual video devices"). Currently there is only a single
  17. command line utility: v4l2loopback-ctl: tool to set
  18. framerate, format and timeout image.
  19. endif
  20. comment "v4l2loopback needs a Linux kernel to be built"
  21. depends on !BR2_LINUX_KERNEL