estebanuri / facemaskdetector

Face mask detection
44 stars 45 forks source link

Camera Size #9

Closed Gagandeep1408 closed 3 years ago

Gagandeep1408 commented 4 years ago

May i know how i can change camera size? I need to increase it size.

huzain07 commented 3 years ago

May i know how i can change camera size? I need to increase it size.

yeah I need to increase it too, any solution?

Gagandeep1408 commented 3 years ago

Open DetectorActivity and replace with this.

private static final Size DESIRED_PREVIEW_SIZE = new Size(1280 , 720);

huzain07 commented 3 years ago

Open DetectorActivity and replace with this.

private static final Size DESIRED_PREVIEW_SIZE = new Size(1280 , 720);

is it make camera preview full screen?

Gagandeep1408 commented 3 years ago

yes

huzain07 commented 3 years ago

yes

i tried it, but it not make full screen, still left some space. is there any way to make it stretch based on phone screen? and thanks for the solution

Gagandeep1408 commented 3 years ago

1280 x 720 << best size in my example to use 1280 x 768 1280 x 960

uses these size to make full screen

huzain07 commented 3 years ago

1280 x 720 << best size in my example to use 1280 x 768 1280 x 960

uses these size to make full screen

ah okay, thanks. I'll try it

huzain07 commented 3 years ago

1280 x 720 << best size in my example to use 1280 x 768 1280 x 960

uses these size to make full screen

hey, sorry.. can I ask something. in my device, when I using front camera and go to recent app, then back to my app. the face detector on my camera not working anymore. do u facing same problem? or have any solution for that?