Feature Request P3
Status Update
Comments
sp...@google.com <sp...@google.com> #2
How do you envision recording a screen orientation change? Should the video switch between portrait and landscape orientation?
lb...@gmail.com <lb...@gmail.com> #3
@2 You can have various ways to handle this (including a combination), all by user's choice, and you can choose some default behavior for this:
1. Initial resolution is what will be used based on current orientation. When rotated, there will be empty space. This should be the default behavior
2. Set orientation to record from, even if it's not the current one.
3. Set a resolution for the video
4. Set scale-type (like of ImageView) for each orientation.
5. Each time you change the orientation, it will create a new file that's for it
I'm sure you can think of more solutions.
There is also the possibility of changing the density/resolution (via the device's OS settings), that needs to be handled
1. Initial resolution is what will be used based on current orientation. When rotated, there will be empty space. This should be the default behavior
2. Set orientation to record from, even if it's not the current one.
3. Set a resolution for the video
4. Set scale-type (like of ImageView) for each orientation.
5. Each time you change the orientation, it will create a new file that's for it
I'm sure you can think of more solutions.
There is also the possibility of changing the density/resolution (via the device's OS settings), that needs to be handled
Description