Guest User

Untitled

a guest
Oct 15th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. ## Parrot Anafi findings:
  2.  
  3. AMBA H22 camera processor
  4.  
  5. #### AMBA commands
  6.  
  7. ````
  8. chklowspd
  9. chmod
  10. cleandir
  11. clear
  12. crc32sum
  13. dmesg
  14. echo
  15. false
  16. fwupdate
  17. help
  18. loadbin
  19. memtest
  20. mkdir
  21. randvrfy
  22. readb
  23. readl
  24. readw
  25. reboot
  26. rmdir
  27. savebin
  28. saveimage
  29. sleep
  30. thruput
  31. true
  32. writeb
  33. writel
  34. writew
  35. shell
  36. ````
  37.  
  38.  
  39. ````
  40. gop [stream] [m] [n] [idr] : set gop structure
  41. blend [on|off] : Enable video encode blending
  42. frate [sec]: Show frame rate in sec
  43. brate_chg [stream] [bitrate]: Chage bitrate
  44. brate [sec] : Show bitrate in sec
  45. vbr [on|off] : Enable VBR control
  46. int_cap [on|off|rec]: Enable interval capture
  47. rotate [0: none
  48. 1: h-flip
  49. 2: rotate_90
  50. 3: rotate_90 + v-flip
  51. 4: h-flip + v-flip
  52. 5: v-flip
  53. 6: rotate_90 + v-flip + h-flip
  54. 7: rotate_90 + h-flip]
  55. video_coding [stream] [none(0)/h264(1)/mjpeg(2)/hevc(3)]: video coding
  56. audio_coding [none(0)/aac(1)/pcm(2)]: audio coding
  57. vidthm [on|all|off] : get video thumbnail when starting encode
  58. mjpg [on|off] : Enable/Disable 1080p30 2nd stream as MJPEG or H264
  59. streaming [on|off] : Enable/Disable video streaming
  60. rtsp [on|off] : Enable/Disable rtsp streaming
  61.  
  62. ````
  63. ````
  64. Usage: t parrot [option]
  65. hwtest: hardware tests
  66. vendor: vendor data functions
  67. pshm: pshm tests
  68. test: parrot specific tests
  69. ulog: ulog configuration
  70. eeprom: eeprom utils
  71. gimbal: gimbal configuration
  72. imu: imu configuration
  73. eis: eis configuration
  74. spit: spit utils
  75. shell: lock/unlock UART shell
  76. ````
  77.  
  78. t parrot imu
  79.  
  80. Usage: imu [start|stop|state|calibrate]
  81. * imu start : start imu acquisition
  82. * imu stop : stop imu acquisition
  83. * imu state : dump imu acquisition & calibration state
  84. * imu calibrate : start imu calibration
  85.  
  86. Usage: t parrot eis status|enable|disable|phi <deg>|theta <deg>|psi <deg>|vsync_delay <us>|ref_delay <delay>|convergence <val>
  87.  
  88. * status: print current status
  89. * enable: perform eis
  90. * disable: bypass eis using default angles
  91. * phi <deg>: add an extra roll angle to current view
  92. * theta <deg>: add an extra pitch angle to current view
  93. * psi <deg>: add an extra yaw angle to current view
  94. * vsync_delay <us>: set vsync delay in us
  95. * ref_delay <val>: set ref delay
  96. * convergence <val>: set convergence coeff
  97. * hdr_coeff <val>: set hdr coeff for eis exposure fusion (between 0 and 1)
  98. * protection <enable/disable>: enable/disable margin protection
  99. * warp_debug <video/photo>: dump warp log for next frame
  100. * ae_conf <enable/disable> <oversampling_x> <oversampling_y> <metering_mode_id>: set ae roi computation config
  101. * freq_range <min_freq_hz> <max_freq_hz>
  102.  
  103. ````
  104. Usage: t imgproc
  105. -ver
  106. -3a [on|off]
  107. -3a ver
  108. -ae [on|off]
  109. -ae info [chNo]
  110. -awb [on|off]
  111. -awb info [chNo]
  112. -adj [on|off]
  113. -exif_dbg [0|1]
  114. -me [Video|Still : 0|1] [ChNo] [ShtTime : us] [Gain : 1x 1000] [Dgain : Unit 4096] [IsoValue]
  115. -mwb [Video|Still : 0|1] [ChNo] [GainR] [GainG] [GainB], Unit 4096
  116. -slowshutter[Video|Photo : 0|1] [SlowShutterStep : 0, 1, 2...
  117. -sharp [Level : 0~6]
  118. -adjapptest savebin [Video|Photo : 0|1] [TableNo] [path]
  119. -adjapptest loadbin [Video|Photo : 0|1] [EnableTest : 0|1] [path]
  120.  
  121. ````
  122.  
  123. #### Notes:
  124.  
  125. c:\amba_mtp.txt
  126.  
  127. c:\autoexec.ash
Add Comment
Please, Sign In to add comment