v4l2_i18n_strings.h
Upload User: shyika
Upload Date: 2017-11-25
Package Size: 1227k
Code Size: 1k
Category:

Video Capture

Development Platform:

Unix_Linux

  1. /*
  2. ** v4l2_i18n_strings.h
  3. ** 
  4. ** Made by Arne Caspari
  5. ** Login   <arne@localhost>
  6. ** 
  7. ** Started on  Wed Sep  5 18:11:42 2007 Arne Caspari
  8. ** Last update Wed Sep  5 18:11:42 2007 Arne Caspari
  9. */
  10. #ifndef    V4L2_I18N_STRINGS_H_
  11. # define    V4L2_I18N_STRINGS_H_
  12. N_("anti-flicking");
  13. N_("auto exposure/gain");
  14. N_("auto white balance");
  15. N_("Brightness");
  16. N_("brightness");
  17. N_("Contrast");
  18. N_("contrast");
  19. N_("Exposure, Auto");
  20. N_("frame rate");
  21. N_("Gamma");
  22. N_("gamma");
  23. N_("horizontal flip");
  24. N_("Hue");
  25. N_("hue");
  26. N_("Power Line Frequency");
  27. N_("resolution");
  28. N_("Saturation");
  29. N_("saturation");
  30. N_("Sharpness");
  31. N_("sharpness");
  32. N_("vertical flip");
  33. N_("video source");
  34. N_("White Balance Temperature, Auto");
  35. N_("White Balance Temperature");
  36. N_("YUV 4:2:2 (YUYV)");
  37. N_("Uncompressed");
  38. #endif      /* !V4L2_I18N_STRINGS_H_ */