I have a question using the OLYMPUS SDK (CameraKit) for Android.
I would like to obtain the JPEG file of the photo taken immediately after the photo is taken.
The API currently provided allows you to obtain a "photographic result confirmation image", but
The original image of the photographed image cannot be obtained.
as shown in the property RECVIEW of the above image for confirmation of the result of
Is there a way to get the original size image for post-photographing storage?
OPC support.
Thank you for your question.
There are two possible ways to get a picture taken immediately after taking a picture.
Method 1) Change the destination settings of the photographed image
If you set the camera property Destination_FILE to Destination_FILE_WIFI, you can transfer the captured image directly to the mobile device.You can retrieve the captured image with onReceiveCapturedImage.Please note that the image taken will not be saved on the microSD card of the camera itself.
The restrictions are as follows:
Method 2) Detects differences in the file list before and after shooting and transfers only the difference files
You can retrieve the list of files in the microSD card before and after shooting, detect the difference, and transfer only the difference files.
Run stopLiveView before transferring images in downloadImage and stop transferring live views to reduce transfer time.To resume the live view transfer, run startLiveView after the image transfer is complete.
612 GDB gets version error when attempting to debug with the Presense SDK (IDE)
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.