hi all
i m using this code, to get the came previewsizes
here is the log
how can i get the bigger value? in this case 1280x720 ???
i m using this code, to get the came previewsizes
B4X:
Dim csz() As CameraSize
csz = camEx.GetSupportedPreviewSizes
For Each cs As CameraSize In csz
Log("Cam Size: " & cs.Width & "x" & cs.Height )
Next
Installing file.
** Activity (main) Pause, UserClosed = false **
PackageAdded: package:click.fight.valow
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Service (notifica) Create **
** Service (notifica) Start **
** Service (httputils2service) Create **
** Service (httputils2service) Start **
** Activity (main) Pause, UserClosed = false **
** Activity (telaprincipal) Create, isFirst = true **
** Activity (telaprincipal) Resume **
Cam Size: 960x720
Cam Size: 1280x720
Cam Size: 640x480
Cam Size: 352x288
Cam Size: 320x240
** Activity (main) Resume **
how can i get the bigger value? in this case 1280x720 ???