Support video scaling for video recording 84/242584/2 accepted/tizen/unified/20200902.011917 submit/tizen/20200901.061448
authorJeongmo Yang <jm80.yang@samsung.com>
Fri, 28 Aug 2020 05:29:07 +0000 (14:29 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Fri, 28 Aug 2020 09:52:49 +0000 (18:52 +0900)
commit1125f77a18d575f37b5959651b5020a707fa9d7d
tree58d490a0757d6c79e59d94574a799aadc97dc40b
parentd3bfe05d0afa84b5b67180c60103a19f0afa502f
Support video scaling for video recording

- This feature is just for the target which does not support dual stream recording.

- Add "UseVideoscale" and "VideoscaleElement" like below in mmfw_camcorder.ini file to enable this feature.
[Record]
...
UseVideoscale = 1
VideoscaleElement = videoscale | 1,0 | method,1

- It will be disabled when video resolution is bigger than preview resolution although "UseVideoscale" is 1.

[Version] 0.10.211
[Issue Type] New feature

Change-Id: Ia7ea1740da8dbf934c9e574261e26fa460f33e61
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/libmm-camcorder.spec
src/include/mm_camcorder_internal.h
src/include/mm_camcorder_videorec.h
src/mm_camcorder_configure.c
src/mm_camcorder_gstcommon.c
src/mm_camcorder_internal.c
src/mm_camcorder_videorec.c