duanhong169 / Camera

📸 Use Android camera to take pictures and videos, based on `camera2` api.
Apache License 2.0
130 stars 45 forks source link

camera.Size ctor has package access #13

Open szelinskip opened 5 years ago

szelinskip commented 5 years ago

I faced problem with programmatical change of Photographer ImageSize, because Size ctor is not accessible outside its package. I overacame the problem with reflection, but I think missing public ctor of Size is a little omission which could be quickly fixed.