github openmiko/openmiko v0.0.17
Release v0.0.17

latest releases: v1.0.0-alpha.1, v0.0.41-alpha.2, v0.0.41-alpha.1...
pre-release3 years ago
  • Update videocapture process to support image rotation

To rotate the video feed edit the video_settings.json file. Under the general_settings key set flip_vertical or flip_horizontal to either 0 (disable) or 1 (enable).

{
  "general_settings": {
    "flip_vertical": 1,
    "flip_horizontal": 1
  }
}

flip_vertical: 1

+---+    +---+
|   |    | x |
|   +--->|   |
| x |    |   |
+---+    +---+

flip_horizontal: 1

+---+    +---+
|   |    |   |
|x  +--->|  x|
|   |    |   |
+---+    +---+

Don't miss a new openmiko release

NewReleases is sending notifications on new releases.