However I need to know the actual deviceOrientation when the video recording started on the JS Thread.
Possible Implementations
Expose a new property deviceOrientation on the result returned by camera.recordAsync(options).
This property includes the actual orientation of the device. Furthermore for integrity we can also add the videoOrientation property to the result.
@sibelius Are you okay with me implementing this feature?
Feature-Request
Describe the Feature
I am developing an app that records videos in the portrait mode. Therefore I force the orientation Portrait mode with the following code:
However I need to know the actual deviceOrientation when the video recording started on the JS Thread.
Possible Implementations Expose a new property
deviceOrientation
on the result returned bycamera.recordAsync(options)
. This property includes the actual orientation of the device. Furthermore for integrity we can also add thevideoOrientation
property to the result.@sibelius Are you okay with me implementing this feature?