I am working on a project where I need to detect the position of the camera. so for example when the camera moves I should be able to detect the movement and plot it somewhere, openGL for instance.
ZED cameras already have this feature, it is called positional tracking. I am trying to implement the same concept but using my notebook camera.
can someone direct me to the right approach to tackle the problem ?
here is a link of a youtube video demonstrating positional tracking using ZED Camera
yes the environment is static but there are no landmarks
my plan is to depend on natural features and I know that a lot of libraries are using SURF, SIFT and ORB for feature detection
but my goal is to detect if the localization can be done with a monocular camera, also if you happen to know libraries or modules that might support that