action.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. [
  2. {
  3. "tab_id": 1,
  4. "execution_type": "程序1",
  5. "action_name": "正面",
  6. "action_index": 10,
  7. "is_system":true,
  8. "picture_index": 99,
  9. "camera_height": 200,
  10. "camera_angle": 7.0,
  11. "number_focus": 1,
  12. "take_picture": true,
  13. "turntable_position": 350.0,
  14. "turntable_angle": -20.0,
  15. "shoe_upturn": false,
  16. "pre_delay": 0.0,
  17. "after_delay": 0.0,
  18. "led_switch": false,
  19. "is_wait": false,
  20. "is_need_confirm": false
  21. },
  22. {
  23. "tab_id": 1,
  24. "execution_type": "程序1",
  25. "action_name": "侧视",
  26. "action_index": 20,
  27. "is_system": true,
  28. "picture_index": 99,
  29. "camera_height": 350,
  30. "camera_angle": 10.0,
  31. "number_focus": 1,
  32. "take_picture": true,
  33. "turntable_position": 100.0,
  34. "turntable_angle": 30.0,
  35. "shoe_upturn": false,
  36. "pre_delay": 0.0,
  37. "after_delay": 0.0,
  38. "led_switch": false,
  39. "is_wait": false,
  40. "is_need_confirm": false
  41. },
  42. {
  43. "tab_id": 1,
  44. "execution_type": "程序1",
  45. "action_name": "背面",
  46. "action_index": 30,
  47. "picture_index": 99,
  48. "is_system": true,
  49. "camera_height": 0,
  50. "camera_angle": 2.0,
  51. "number_focus": 1,
  52. "take_picture": true,
  53. "turntable_position": 0.0,
  54. "turntable_angle": 160.0,
  55. "shoe_upturn": false,
  56. "pre_delay": 0.0,
  57. "after_delay": 0.0,
  58. "led_switch": false,
  59. "is_wait": false,
  60. "is_need_confirm": false
  61. },
  62. {
  63. "tab_id": 1,
  64. "execution_type": "程序2",
  65. "action_name": "背侧",
  66. "action_index": 40,
  67. "picture_index": 99,
  68. "is_system": true,
  69. "camera_height": 0,
  70. "camera_angle": 3.0,
  71. "number_focus": 1,
  72. "take_picture": true,
  73. "turntable_position": 0.0,
  74. "turntable_angle": -12.0,
  75. "shoe_upturn": true,
  76. "pre_delay": 3.0,
  77. "after_delay": 0.0,
  78. "led_switch": false,
  79. "is_wait": false,
  80. "is_need_confirm": false
  81. }
  82. ]