Advertisement
Guest User

Untitled

a guest
Jan 15th, 2022
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. {
  2. "platform": "CameraUI",
  3. "name": "CameraUI",
  4. "port": 8087,
  5. "debug": false,
  6. "ssl": {
  7. "active": false
  8. },
  9. "http": {
  10. "active": false,
  11. "localhttp": false
  12. },
  13. "mqtt": {
  14. "active": false
  15. },
  16. "smtp": {
  17. "active": false
  18. },
  19. "options": {
  20. "videoProcessor": "ffmpeg"
  21. },
  22. "cameras": [
  23. {
  24. "name": "kid-cam",
  25. "manufacturer": "Instar",
  26. "model": "IN-6012HD",
  27. "serialNumber": "E8:AB:AA:4A:F8:8D",
  28. "motion": true,
  29. "doorbell": true,
  30. "motionDoorbell": false,
  31. "switches": true,
  32. "motionTimeout": 15,
  33. "unbridge": true,
  34. "hsv": true,
  35. "prebuffering": true,
  36. "prebufferLength": 4000,
  37. "videoConfig": {
  38. "source": "-i rtsp://user:password@192.168.1.12/12",
  39. "subSource": "-i rtsp://user:password@192.168.1.12/12",
  40. "stillImageSource": "-i http://user:password@192.168.1.12/tmpfs/auto.jpg",
  41. "maxStreams": 2,
  42. "rtspTransport": "tcp",
  43. "vcodec": "copy",
  44. "acodec": "libfdk_aac",
  45. "audio": false
  46. },
  47. "videoanalysis": {
  48. "active": true
  49. },
  50. "mqtt": {}
  51. },
  52. {
  53. "name": "sleep-cam",
  54. "manufacturer": "yi_dome_1080p",
  55. "model": "yi-hack-v4",
  56. "serialNumber": "A0:D5:9A:AC:5E:FF",
  57. "motionTimeout": 15,
  58. "motionDoorbell": false,
  59. "motion": true,
  60. "doorbell": true,
  61. "switches": true,
  62. "unbridge": true,
  63. "hsv": true,
  64. "prebuffering": true,
  65. "prebufferLength": 4000,
  66. "videoConfig": {
  67. "source": "-i rtsp://192.168.1.197/ch0_0.h264",
  68. "subSource": "-i rtsp://192.168.1.197/ch0_1.h264",
  69. "stillImageSource": "-i rtsp://192.168.1.197/ch0_0.h264",
  70. "rtspTransport": "tcp",
  71. "vcodec": "copy",
  72. "acodec": "libfdk_aac",
  73. "audio": false
  74. },
  75. "videoanalysis": {
  76. "active": true
  77. },
  78. "mqtt": {}
  79. },
  80. {
  81. "name": "wohn-cam",
  82. "manufacturer": "Instar",
  83. "model": "IN-6012HD",
  84. "serialNumber": "11:F2:EC:2B:C9:E2",
  85. "motionTimeout": 15,
  86. "motionDoorbell": false,
  87. "unbridge": true,
  88. "hsv": true,
  89. "prebuffering": true,
  90. "motion": true,
  91. "doorbell": true,
  92. "switches": true,
  93. "prebufferLength": 4000,
  94. "videoConfig": {
  95. "source": "-i rtsp://user:password@192.168.1.8/12",
  96. "subSource": "-i rtsp://user:password@192.168.1.8/12",
  97. "stillImageSource": "-i http://user:password@192.168.1.12/tmpfs/auto.jpg",
  98. "rtspTransport": "tcp",
  99. "vcodec": "copy",
  100. "acodec": "libfdk_aac",
  101. "audio": false
  102. },
  103. "videoanalysis": {
  104. "active": true
  105. },
  106. "mqtt": {}
  107. }
  108. ]
  109. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement