Skip to content

v2.0.0: Cameradar is now a golang lib

Compare
Choose a tag to compare
@Ullaakut Ullaakut released this 19 Sep 06:02
· 199 commits to master since this release

Cameraccess

  • Cameraccess will serve as both a replacement for the old Cameradar C++ app and an example on how to use the Cameradar library
  • The Cameradar docker image uses Cameraccess as an entrypoint
  • Cameraccess is more performant than the old C++ Cameradar
  • Cameraccess has a better and more user-friendly UX than the old C++ Cameradar
  • The new docker image is somehow exactly two times lighter than the previous one (187MB vs 374MB)

Cameradar golang library

  • The Cameradar golang library provides the necessary tools to quickly build a tiny program to discover and attack RTSP streams, and makes it easy to build on top of it.
  • The code is much cleaner and all legacy code has been removed