Advertisement
Guest User

Untitled

a guest
May 15th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. [root@alarmpi ~]# /opt/vc/bin/raspivid
  2.  
  3. RaspiVid Camera App
  4. ===================
  5.  
  6. Display camera output to display, and optionally saves an H264 capture at requested bitrate
  7.  
  8.  
  9. usage: RaspiVid [options]
  10.  
  11. Image parameter commands
  12.  
  13. -?, --help : This help information
  14. -w, --width : Set image width <size>. Default 1920
  15. -h, --height : Set image height <size>. Default 1080
  16. -b, --bitrate : Set bitrate. Use bits per second (e.g. 10MBits/s would be -b 10000000)
  17. -o, --output : Output filename <filename> (to write to stdout, use '-o -')
  18. -v, --verbose : Output verbose information during run
  19. -t, --timeout : Time (in ms) before takes picture and shuts down. If not specified, set to 5s
  20. -d, --demo : Run a demo mode (cycle through range of camera options, no capture)
  21. -fps, --framerate : Specify the frames per second to record
  22. -e, --penc : Display preview image *after* encoding (shows compression artifacts)
  23.  
  24. Preview parameter commands
  25.  
  26. -p, --preview : Preview window settings <'x,y,w,h'>
  27. -f, --fullscreen : Fullscreen preview mode
  28. -n, --nopreview : Do not display a preview window
  29.  
  30. Image parameter commands
  31.  
  32. -sh, --sharpness : Set image sharpness (-100 to 100)
  33. -co, --contrast : Set image contrast (-100 to 100)
  34. -br, --brightness : Set image brightness (0 to 100)
  35. -sa, --saturation : Set image saturation (-100 to 100)
  36. -ISO, --ISO : Set capture ISO
  37. -vs, --vstab : Turn on video stablisation
  38. -ev, --ev : Set EV compensation
  39. -ex, --exposure : Set exposure mode (see Notes)
  40. -awb, --awb : Set AWB mode (see Notes)
  41. -ifx, --imxfx : Set image effect (see Notes)
  42. -cfx, --colfx : Set colour effect (U:V)
  43. -mm, --metering : Set metering mode (see Notes)
  44. -rot, --rotation : Set image rotation (0-359)
  45. -hf, --hflip : Set horizontal flip
  46. -vf, --vflip : Set vertical flip
  47.  
  48.  
  49. Notes
  50.  
  51. Exposure mode options :
  52. off,auto,night,nightpreview,backlight,spotlight,sports,snow,beach,verylong,fixedfps,antishake,fireworks
  53.  
  54. AWB mode options :
  55. off,auto,sun,cloud,shade,tungsten,fluorescent,incandescent,flash,horizon
  56.  
  57. Image Effect mode options :
  58. none,negative,solarise,sketch,denoise,emboss,oilpaint,hatch,gpen,pastel,watercolour,film,blur,saturation,colourswap,washedout,posterise,colourpoint,colourbalance,cartoon
  59.  
  60. Metering Mode options :
  61. average,spot,backlit,matrix
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement