Sub Camera1_Ready (Success As Boolean)
If Success Then
camEx.SetJpegQuality(96)
camEx.SetFocusMode("continuous-video")
'camEx.SetPictureSize(4160,3120)
Log(camEx.GetSupportedPicturesSizes)
camEx.CommitParameters
camEx.StartPreview
Log(camEx.GetPreviewSize)
Else
ToastMessageShow("Camara no disponible.", True)
End If
End Sub
the log...
** Service (starter) Create **
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
0
[Lb4a.example.cameraexclass$_camerasize;@dcad7f3
[Height=1080, IsInitialized=false, Width=1920
]
My smartphone are a LG g4 the photos size default with the app are (5312x2988), the same app installed at BQ Aguarius M5 photo size are 160x200 but when touch the resolution button the message see (4160x3120) but no make the photo at this size, I don`t have the BQ device to connect and see the log.
I use the line commented to change the photo size and send the app but now i don't have a response if it's ok or failed.
Why can made to app detect the max resolution and set it for default photo ?