ChillingVan / AndroidInstantVideo

展现Android硬编码下的视频数据流动,可以对视频做处理,例如加滤镜,加水印等,做直播推流(用RTMP)。 Show the stream of Android video hardware encode, including video processing and video publishing by RTMP.
Apache License 2.0
718 stars 196 forks source link

有考慮將相機API升級至 camera2嗎 #22

Closed joeke80215 closed 5 years ago

joeke80215 commented 5 years ago

https://github.com/ChillingVan/AndroidInstantVideo/blob/ecc38a45ab59c170239c8204e391da32d1c48954/app/src/main/java/com/chillingvan/instantvideo/sample/test/publisher/TestCameraPublisherActivity.java#L24

ChillingVan commented 5 years ago

可以,但不是很必要。随缘更新。 Camera2的例子在android-opengGL-canvas里也有了。 如果有兴趣,欢迎提交PR。