You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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