Advertisement
Guest User

Untitled

a guest
Jan 26th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. # modinfo ov511.ko
  2. filename: ov511.ko
  3. license: GPL
  4. description: ov511 USB Camera Driver
  5. author: Mark McClelland <mark@alpha.dyndns.org> & Bret Wallach & Orion>
  6. srcversion: 45F116044D2C0612FB3DD5E
  7. alias: usb:v0813p0002d*dc*dsc*dp*ic*isc*ip*
  8. alias: usb:v05A9pA511d*dc*dsc*dp*ic*isc*ip*
  9. alias: usb:v05A9p0511d*dc*dsc*dp*ic*isc*ip*
  10. depends:
  11. vermagic: 2.6.32 preempt mod_unload modversions ARMv7
  12. parm: autobright:Sensor automatically changes brightness (int)
  13. parm: autogain:Sensor automatically changes gain (int)
  14. parm: autoexp:Sensor automatically changes exposure (int)
  15. parm: debug:Debug level: 0=none, 1=inits, 2=warning, 3=config, 4=func)
  16. parm: snapshot:Enable snapshot mode (int)
  17. parm: cams:Number of simultaneous cameras (int)
  18. parm: compress:Turn on compression (int)
  19. parm: testpat:Replace image with vertical bar testpattern (only parti)
  20. parm: dumppix:Dump raw pixel data (int)
  21. parm: led:LED policy (OV511+ or later). 0=off, 1=on (default), 2=auto)
  22. parm: dump_bridge:Dump the bridge registers (int)
  23. parm: dump_sensor:Dump the sensor registers (int)
  24. parm: printph:Print frame start/end headers (int)
  25. parm: phy:Prediction range (horiz. Y) (int)
  26. parm: phuv:Prediction range (horiz. UV) (int)
  27. parm: pvy:Prediction range (vert. Y) (int)
  28. parm: pvuv:Prediction range (vert. UV) (int)
  29. parm: qhy:Quantization threshold (horiz. Y) (int)
  30. parm: qhuv:Quantization threshold (horiz. UV) (int)
  31. parm: qvy:Quantization threshold (vert. Y) (int)
  32. parm: qvuv:Quantization threshold (vert. UV) (int)
  33. parm: lightfreq:Light frequency. Set to 50 or 60 Hz, or zero for defa)
  34. parm: bandingfilter:Enable banding filter (to reduce effects of fluor)
  35. parm: clockdiv:Force pixel clock divisor to a specific value (int)
  36. parm: packetsize:Force a specific isoc packet size (int)
  37. parm: framedrop:Force a specific frame drop register setting (int)
  38. parm: fastset:Allows picture settings to take effect immediately (int)
  39. parm: force_palette:Force the palette to a specific value (int)
  40. parm: backlight:For objects that are lit from behind (int)
  41. parm: unit_video:Force use of specific minor number(s). 0 is not allo)
  42. parm: remove_zeros:Remove zero-padding from uncompressed incoming dat)
  43. parm: mirror:Reverse image horizontally (int)
  44. parm: ov518_color:Enable OV518 color (experimental) (int)
  45. root@beagleboard:~/fldr/video_arm# insmod ov511.ko
  46. insmod: error inserting 'ov511.ko': -1 Invalid module format
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement