Hey cool, the remaining fuel left is showing in video record and you can see it getting smaller as you take a video. Shooting an image during video doesn't break anything either. I don't think. Neat stuff.
Uh oh, I think I lost my OSD RAW indicator for when I toggle RAW saving on and off, or it's lost in the screen clutter, let me look around, but I think it disappeared.
Ah, found it. Oddly, leaving "OSD Parameters > Remaining RAW >
* " turned on makes the on-screen RAW flag disappear. Is it s'pozed to do that?
(This might not be related, I've never tested this in the past: But when shooting a video, and pressing the shutter button when RAW-saving is turned on, it turns off video-record mode after saving the JPG+RAW file.)
jucifer disabled the "old" raw indicator in his diff, so that you either see the old indicator or my new one. would you need both? we can sure as hell enable the old one again as well.
about video+raw - please test it with another build (maybe the new one from allbest) without our features. the problem should persist, because i think it only has to do with saving raw. the cam doesnt know that the datastream will be broken by about 10 megs written to SD card, and i guess the internal buffer can't handle it.
interesting find though.
if you (and other S-series owners [different models]) can confirm this "bug" being there because of raw in video, there should be introduced a new if clause:
highly pseudo-codish
if (videorecmode = on) & (cameramodel= sXX)
{
shut off RAW (temporarily).
}
this way you still could capture jpegs in video rec mode.