MasayukiSuda / CameraRecorder-android

Video Recording with Camera2 and apply video filter.
MIT License
254 stars 73 forks source link

The preview become smaller n Samsung s6 #13

Closed stonyz closed 5 years ago

stonyz commented 5 years ago

Reproduce steps,

  1. select any filter firstly
  2. start recording
  3. the preview image become smaller
MasayukiSuda commented 5 years ago

Set video size

stonyz commented 5 years ago

I have set, actually I run the sample directly. it works fine on others devices , only on Samsung S6.

I debug it, once I remove the line in EncodeRenderHandler, the preview doesn't become small, but the video will not be created. I don't know how the line effect the preview.

   glFilter.draw(filterFramebufferObject.getTexName(), framebufferObject);