cryinrain69

Results 54 comments of cryinrain69

> This was paused because I'm not able to make the server works with others encoders like ffmpeg. Also, I have no feedback of the audio received in the server...

> > > This was paused because I'm not able to make the server works with others encoders like ffmpeg. Also, I have no feedback of the audio received in...

> Hello, > > Finally fixed!! The problem was with small MPEGTS packets. [238972c](https://github.com/pedroSG94/RootEncoder/commit/238972ce591f9798a456efb877d3e40272ed19bc) [4ba166e](https://github.com/pedroSG94/RootEncoder/commit/4ba166ee2de26d0b2da55a2b8c5c3cd04cc884c3) You can test it in master branch Hi. I tested on master and got audio...

Hi. I am using code from `master` branch. I just tried on version `2.5.8` and `2.5.9` but the result is still the same.

Hi. After setting `disableAutoFocus()`, and calling `tapToFocus()`, it seems to automatically **turn autoFocus back on**. Then if I call `tapToFocus()` again, there will be no change.

Hi. I am using `Camera2Source`, here is the code I am using and log. I have already called `disableAutoFocus()` on initialization. ```kotlin preview.setOnTouchListener { v, event -> if (event.action ==...

Hi. Can you create a commit so I can implement it? My Android Studio often fails when downloading a lib to use it as a module :-(

Hi. I tried that commit but still got the same black background. In addition, I am customizing `OpenGlView` (**MyOpenGlView**) to add some features (like _zoom on pinch_, ...). In version...

Hi. I tried it but it only changes at that position, when I move the camera back and forth it still jumps in brightness, not fixed like the default camera...

I found this code, it might work, but I don't know how to use it when integrating your library. Can you help me? ```kotlin // Assuming you have a CaptureRequest.Builder...