ChillingVan

Results 54 comments of ChillingVan

试一下BaseGLCanvasTextureView的setRenderBackgroundColor或者setOpaque?

I check the recordablesurfaceview. It mixed mediaRecorder and SurfaceView. But for android-openGL-canvas, it only implements its own SurfaceView. So you need to implement the MediaRecorder part. With the surface object...

For the flipped image, you can use setIsFlippedVertically. For the rotation, you can try camera.setDisplayOrientation for correct angle. (For this you may need more infomation by searching on the Internet.)....

请问可以给个例子或者截图吗?

什么手机,系统信息是?我的重现不了

能上效果吗?我试了下,没发现问题呀 ` canvas.save(); canvas.translate(0, 119); canvas.drawBitmap(BitmapFactory.decodeResource(getResources(), R.drawable.lenna), 0, 0, new CropFilter(0,0,1,0.5f)); canvas.restore(); `

好吧,只用我现在的例子就能重现吗?有没有例子,我看到上面有一个LoginActivity

@dpmaycry 我尝试了一下,发现只熄屏的时候会卡住,表现和你的不同。但是不熄屏的时候30分钟也没问题。你长时间放时,屏幕有没有熄灭?