Skip to content

Radar Eye Camera

Darren Poulson edited this page Aug 9, 2018 · 4 revisions

Initial thoughts for camera behind the radar eye

  • Use Pi Zero, and ZeroCam Nightvision - May not be powerful enough for any opencv stuff.
  • May need to change the radar eye lens to something less opaque
  • r2_control plugin SSH's into pi zero (ssh keys) to execute commands
  • R2_control API:
    • /cam/picture/(save|send) - Take a simple picture and either save it or send to telegram
    • /cam/movie/[duration]/(save|send) - Take a movie of and then either save or send to telegram
    • /cam/follow/start/ - Start following an object of (ie, face, QR code, etc.)
    • /cam/follow/list - List all object types it can follow
    • /cam/follow/stop - Stop following
    • /cam/timelapse/start/ - Start taking pictures every seconds
    • /cam/timelapse/stop - Stop doing timelapse.