opengl es - How to capture android camera to 2 screen views and stream over wifi direct in realtime? -


i building android app need capture camera preview , display on 2 views on display (one view flipped , rotated in picture example dual view). in addition need stream captured video preview on direct wifi device.

these 3 activities need happen in real time , there great importance video latency should small android platform capable on every device (on samsung a8, max frame rate fullhd capture 30fps, 4 buffers android uses in camera-to-screen pipeline, latency between source image , display around 120ms fine device).

i tried using normal textureview camera , camera2 api did not find way display 2 different instances of camera preview.

i tried using opengl lets me display 2 instances of view don't know how capture byte stream sending on wifi. implemented direct wifi link, not sure how produce streaming source opengl.

my question android technologies can achieve these multiple requirements @ once?

gary


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -