[camera] Fix wrong orientation (#36)

* Fixed the bug. See: #6 (comment)

* Also, I changed the camera type from back-camera to external-camera.
This commit is contained in:
Hidenori Matsubayashi
2021-08-20 10:45:18 +09:00
committed by GitHub
parent 86271d86b8
commit fe274a8038
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ This plugin uses [GStreamer](https://gstreamer.freedesktop.org/) internally.
```Shell
$ sudo apt install libgstreamer1.0-dev
# Install as needed.
$ sudo apt libgstreamer-plugins-base1.0-dev \
$ sudo apt install libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav
```