I'm working with the IPNC DM8127 version 3.0.0.5 and am attempting to enable raw capture and save the capture files to my computer. I have implemented the following changes to the Rules.make file:
# Capture Display Use case
CAPTURE_DISPLAY_MODE_ON := YES
# Set this flag to "YUV" = YUV frames (secondary stream only) will do a round trip M3-A8-M3 to reach the SD display
# Set this flag to "RAW" = RAW frames will be sent to A8 and then back to M3
FRAMES_TO_A8 := RAW
What I'm looking for is a command-line routine that will allow me to set my parameters and capture and save a raw image file to either my computer or the SD card in the camera. Is this kind of option currently available/doable? Thanks.