Searched refs:output (Results 1 – 2 of 2) sorted by relevance
16 The left (or above) panel generally displays output from the camera subsystem, while the right63 This is the basic still capture output, used for JPEG or uncompressed data that needs to be64 application-accessible. It is simply configured with the desired output format, and the size.81 image output. A given request can send data to any subset of the configured targets, but it
578 File output = getOutputImageFile(img.getFormat(), timestamp); in saveImage() local579 try (FileOutputStream out = new FileOutputStream(output)) { in saveImage()607 return output.getName(); in saveImage()