A number of people have asked me about how I graded the Inspire footage for the “Mountains Made of Chalk, Fall into the Sea, Eventually” video. Instead of trying to describe it in a written post, here’s a little video I made to illustrate the process.
In short, the Inspire footage grades well as long as it's exposed correctly, particularly using ETTR methods. This is greatly enhanced by the 1.0 Pilot app's histogram feature, allowing the camera operator to keep the histogram to the right as far as possible without blowing out highlight detail. (Thanks to the DJI engineers for getting this critical feature in the app for 1.0!)
One thing that would be great is to allow the SDK to access the bottom TX buttons. If we could do that, I could write code that would do this
One press: Set the camera gimbal controls to respond with a 5 second delay.
Two presses: Set the camera gimbal controls to respond with a 10 second delay.
So, when you turn the camera pitch knob all the way down, the radio transmits the signal over a period of 5 or 10 seconds depending on the switch position, so the camera movement is extremely smooth. It would solve a myriad of sins. The full video is here:
I have a background in software development, and if DJI releases an SDK that has a robust API, there are a lot of things I can think of that would make pro-level AC control possible. Keyframing both the camera and craft position in 3D space, along with different methods of keyframe interpolation, are the first things that come to mind.
In short, the Inspire footage grades well as long as it's exposed correctly, particularly using ETTR methods. This is greatly enhanced by the 1.0 Pilot app's histogram feature, allowing the camera operator to keep the histogram to the right as far as possible without blowing out highlight detail. (Thanks to the DJI engineers for getting this critical feature in the app for 1.0!)
One thing that would be great is to allow the SDK to access the bottom TX buttons. If we could do that, I could write code that would do this
One press: Set the camera gimbal controls to respond with a 5 second delay.
Two presses: Set the camera gimbal controls to respond with a 10 second delay.
So, when you turn the camera pitch knob all the way down, the radio transmits the signal over a period of 5 or 10 seconds depending on the switch position, so the camera movement is extremely smooth. It would solve a myriad of sins. The full video is here:
I have a background in software development, and if DJI releases an SDK that has a robust API, there are a lot of things I can think of that would make pro-level AC control possible. Keyframing both the camera and craft position in 3D space, along with different methods of keyframe interpolation, are the first things that come to mind.