Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. #Config for the Vayyar sensor
  2. [rabbitmq]
  3. username = "wieeuuqr"
  4. password = "7kBsJBcPvYzrmPwIXfAfTAlzR0Rzst2w"
  5. host = "hawk.rmq.cloudamqp.com "
  6. routing_key = ""
  7. sensor_exchange = "sensor_data"
  8. log_exchange = "logs"
  9.  
  10. [connection]
  11. #Ip of the connection
  12. ip = "130.240.114.15:1234"
  13.  
  14. [vayyar]
  15. #Room dimensions
  16. rd = [0.5, 2.6, -4.0, -0.6, 0.8, 2.2]
  17. #Orientation Mount Plane
  18. mp = "xy"
  19. #Orientation TransVector
  20. tv = [0.0, 0.0, 2.4]
  21. #Image processing substractionmode
  22. ips = 6.0
  23. #Max persons in arena
  24. maxpia = 2.0
  25. #Standing maximum height
  26. stamaxh = 2.0
  27. #Standing minimum height
  28. staminh = 1.6
  29. #Sitting minumum height
  30. sitminh = 0.8
  31. #Lying minimum height
  32. lyiminh = 0.2
  33. #Person radius
  34. pr = 0.6
  35. #MPR save dir
  36. mprsd = ""
  37. #MPR read from file
  38. mprrff = 0.0
  39. #MPR save to file
  40. mprstf = 0.0
  41. #MPR save image to file
  42. mpsitf = 0.0
  43. #Output Data save to file
  44. odstf = 0.0
  45. #External GUI filter image
  46. egfi = 0.0
  47. #External GUI filter image number of Sd
  48. egfin = 5.0
  49. #People Counter in car is locked
  50. pcic = false
  51. #Zones beds
  52. zb = ""
  53.  
  54. [asynctimer]
  55. #Await asyncio sleep time
  56. aast = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement