How to streamline the images to third-party server

You can get sample media at the link below:

You can reduce image size inside the camera with standard Android image reduction tutorials. For example, this one:
Sample Media and Development Resources

If you do not have a camera, you can get started with an Android Virtual Device and put the sample images in /sdcard/DCIM/100RICOH/ on your AVD with adb push

Here’s an example that reduces a RICOH THETA image from 10.7MB to 0.12MB.

https://github.com/codetricity/no-camera-sample

1 Like