victor-david/camera-eye

Camera motion translation

victor-david opened this issue · 1 comments

When a camera is mounted upside down, the image needs to be flipped. Some cameras, when flipped, automatically adjust an incoming up request to a down request in the firmware. No need for the software to do anything different.

Some cameras, when flipped (such as the older Foscams), don't provide this movement translation in the firmware. Need to provide it in software. But not all Foscams that I've encountered are the same. Maybe it's the firmware version. Some do it; some don't.

Same issue when mirrored. Left / right.

Todo: implement options in camera configuration to provide software translation of movement.

714e0f3 enables you to set how motion is translated in the configuration of the camera.