Advertisement
Guest User

Untitled

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