dimensional-de / napi-canon-cameras

Node AddOn Api module for Canon cameras
GNU General Public License v3.0
53 stars 22 forks source link

Add LiveViewImage Object #13

Closed ThomasWeinert closed 2 years ago

ThomasWeinert commented 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.

Based on #11