I wonder if they are going to disable adding Play Memories apps on the A7R3 like they did the A9. This would a number since I love the smooth reflections app and there is nothing out there short of an ND filter that can replace it.
I hope there will be some engineer at Sony with enough charisma to talk sales guys into implementing a proper, advanced, flexible, user-definable "engine" for the camera.
I'm thinking of a PC/Mac app that one could attach camera to and define "rules" on how the camera should operate in any given situation, or write custom "functions" that could be activated via a "Fn" button.
Function could look like:
function timelapse (number-of-frames, interval-seconds):
do-times (number-of-frames) {
capture-frame()
wait(interval-seconds * 1000)
}
You get the idea. If they would supply all the primitive functions like capturing the frame, setting ISO, shutter speed, aperture, maybe even moving focus points or stacking multiple RAW files, all that, and let us write custom functions based on that, sky would be the limit.
Rules could be simpler:
- IF ISO mode = auto AND ISO > 3200 AND FOCAL-LENGTH <= 50 THEN SHUTTER = 1/50
- IF mode = memory-1 THEN raw-compression = off
In other words - instead of having apps that live on top of the camera system, bake apps inside and make them first-class citizen.
Once that would be available, there's only one small step to having an online repository where users could be uploading their functions/rules for others to use.
Yeah, I know, I can dream
