Closed ThomasWeinert closed 2 years ago
Implements #12
Replace Camera.downloadLiveViewImage() with Camera.getLiveViewImage() returning an LiveViewImage. This allows to access the image data and live view properties.
Camera.downloadLiveViewImage()
Camera.getLiveViewImage()
LiveViewImage
Based on #11
Implements #12
Replace
Camera.downloadLiveViewImage()
withCamera.getLiveViewImage()
returning anLiveViewImage
. This allows to access the image data and live view properties.Based on #11