Firefly Open Source Community

   Login   |   Register   |
New_Topic

OV138600 Camera module setting in MIPI-4lane does not work.

60

Credits

0

Prestige

0

Contribution

registered members

Rank: 2

Credits
60
Posted at 6/17/2016 09:59:34     
I try to operate OV13850 setting in MIPI-4lane on Android 4.4.
But it does not work.

Please refer to my settings.

Config/cam_board.xml
  1. <SensorPhy phyMode="CamSys_Phy_Mipi" lane="4" phyIndex="1" sensorFmt="CamSys_Fmt_Raw_12b"></SensorPhy>
Copy the code

SiliconImage/isi/drv/OV13850/calib/OV13850.xml
  1. <resolution index="1" type="cell" size="[1 2]">
  2. <cell index="1" type="struct" size="[1 1]">
  3. <name index="1" type="char" size="[1 9]">
  4. 4224x2376
  5. </name>
  6. <id index="1" type="char" size="[1 10]">
  7. 0x00000001
  8. </id>
  9. <width index="1" type="double" size="[1 1]">
  10. [ 4224]
  11. </width>
  12. <height index="1" type="double" size="[1 1]">
  13. [ 2376]
  14. </height>
  15. <framerate index="1" type="cell" size="[1 3]">
  16. <cell index="1" type="struct" size="[1 1]">
  17. <name index="1" type="char" size="[1 6]">
  18. FPS_30
  19. </name>
  20. <fps index="1" type="double" size="[1 1]">
  21. [ 30.0000]
  22. </fps>
  23. </cell>
  24. </framerate>
  25. </cell>
  26. <cell index="2" type="struct" size="[1 1]">
  27. <name index="1" type="char" size="[1 9]">
  28. 4224x3136
  29. </name>
  30. <id index="1" type="char" size="[1 10]">
  31. 0x00000002
  32. </id>
  33. <width index="1" type="double" size="[1 1]">
  34. [ 4224]
  35. </width>
  36. <height index="1" type="double" size="[1 1]">
  37. [ 3136]
  38. </height>
  39. <framerate index="1" type="cell" size="[1 1]">
  40. <cell index="1" type="struct" size="[1 1]">
  41. <name index="1" type="char" size="[1 6]">
  42. FPS_08
  43. </name>
  44. <fps index="1" type="double" size="[1 1]">
  45. [ 7.5000]
  46. </fps>
  47. </cell>
  48. </framerate>
  49. </cell>
  50. </resolution>
Copy the code

Please tell me if I make a mistake.

Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list