Skip to content

Latest commit

 

History

History
 
 

README.md

Camera 223 - Android Samples

RTSP Server using Camera2 API and MediaCodec


screenshot

Camera Preview

show Setting Activity, when click "Setting" icon

ImageFormatConverter

convert YUV420_888 to YUV420Planar
https://github.com/ohwada/Android_Samples/tree/master/ImageFormatConverter

TODO

the phenomenon varies depending on the size of the image.

  • SD Low quality( 176x144)
    displayed black screen

  • SD High quality ( 480x360)
    displayed green screen

  • VGA ( 640x 480 )
    displays correctly, but response is slow.
    does not easily reflect, when chang direction of the camera.
    it takes about 10 seconds.

Docement

Reference