How to convert getCurrentPictureSize

Der Mond

Member
Licensed User
Longtime User
Hi,
when I call the function "getCurrentPictureSize" (AdvancedCamera lib) they return the value "android.hardware.Camera$Size@9fbc30".
How can I interpretate this value?

Example: msgbox(Camera1.getCurrentPictureSize, "")

Thank you in advance
Vincenzo
 
Last edited:
Top