Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
キャプチャされたビデオのプレビューをユーザーに表示せずに MediaRecorder を使用する必要があります。私が理解している限り、これは 0 x 0 ピクセルの SurfaceView を作成することで実現できます。
ありがとう!
見えなくしてみませんか?
プログラムでそれを行うことができます:
yourView.setVisibility(View.INVISIBLE);
私が覚えている限り、1 x 1 ピクセルである必要があり、0 ピクセルは機能しません。これは、フレームワークが非表示と見なすためです。