I am using the example that is in the cameraEx Zip file. it compiles and runs perfectly on my Samsung S4. The files are about 4MB for a 4128x3096 photo. I would expect that if I edit JpegQuality=10
as shown here then the file size should reduce to about 1/10th the original size.
Sub Camera1_Ready (Success As Boolean)
If Success Then
camEx.JpegQuality=10
'camEx.SetPreviewSize(480,320)
camEx.SetContinuousAutoFocus
camEx.CommitParameters
camEx.StartPreview
Camera_LogFeatures
Else
ToastMessageShow("Cannot open camera.", True)
End If
End Sub
I tried pasting
camEx.JpegQuality=10
camEx.CommitParameters
into many places in the code but the file size is still 4MB
I also set the file name to PNG but no effect.
I tried a few versions of CameraEx such as cameraEx_JB etc but no change in file size.
Any Ideas?
as shown here then the file size should reduce to about 1/10th the original size.
Sub Camera1_Ready (Success As Boolean)
If Success Then
camEx.JpegQuality=10
'camEx.SetPreviewSize(480,320)
camEx.SetContinuousAutoFocus
camEx.CommitParameters
camEx.StartPreview
Camera_LogFeatures
Else
ToastMessageShow("Cannot open camera.", True)
End If
End Sub
I tried pasting
camEx.JpegQuality=10
camEx.CommitParameters
into many places in the code but the file size is still 4MB
I also set the file name to PNG but no effect.
I tried a few versions of CameraEx such as cameraEx_JB etc but no change in file size.
Any Ideas?