• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. S

    How could I resize the camera preview dynamically?

    I want to resize the camera preview dynamically but always fail. I start my preview by setting the size as follow <SurfaceView android:id="@+id/mSurfaceView1" android:layout_gravity="center_vertical|center_horizontal" android:visibility="visible" android:layout_width="480px"...