Hi. Is any possibility to set VideoControl in portrait orientation.
Now i get horizontal black rectangle and in that rectangle i have small horizontal view.
I'm using image:capture player
Greetings
Piotr
Hi. Is any possibility to set VideoControl in portrait orientation.
Now i get horizontal black rectangle and in that rectangle i have small horizontal view.
I'm using image:capture player
Greetings
Piotr
Afaik, you'll be able to rotate video on some SonyEricsson phones (JP-7 onwards). A related thread:
http://developer.sonyericsson.com/thread/41039
Where the relevant code portion is this:
PitCode:videoControl.initDisplayMode(VideoControl.USE_DIRECT_VIDEO | (Sprite.TRANS_ROT90 << 4), canvas);
Hey.
Thanks for answer.
But i need it for nokia.
Now VideoControl looks:
___________________
|bbbbpppppppppbbbb|
|bbbbpppppppppbbbb|
|bbbbpppppppppbbbb|
|bbbbpppppppppbbbb|
|bbbbpppppppppbbbb|
-------------------
where b is black screen
and p is camera view.
Now. getSourceWidth() and getSourceHeight() retuens 128 X 96
greetings
Piotr
No video rotation available for 6300. Unfortunately
Hartti