Skip navigation links
A C D E F G I M R S T V 

A

AWB - Enum in com.hopding.jrpicam.enums
AWB setting options.

C

com.hopding.jrpicam - package com.hopding.jrpicam
 
com.hopding.jrpicam.enums - package com.hopding.jrpicam.enums
 
com.hopding.jrpicam.exceptions - package com.hopding.jrpicam.exceptions
 

D

disableBurst() - Method in class com.hopding.jrpicam.RPiCamera
Turns off burst mode for RPiCamera.
DRC - Enum in com.hopding.jrpicam.enums
DRC mode options.

E

enableBurst() - Method in class com.hopding.jrpicam.RPiCamera
Turns on burst mode for RPiCamera.
Encoding - Enum in com.hopding.jrpicam.enums
Encoding type options.
Exposure - Enum in com.hopding.jrpicam.enums
Exposure option modes.

F

FailedToRunRaspistillException - Exception in com.hopding.jrpicam.exceptions
 
FailedToRunRaspistillException(String) - Constructor for exception com.hopding.jrpicam.exceptions.FailedToRunRaspistillException
 

G

getPrevCommand() - Method in class com.hopding.jrpicam.RPiCamera
Gets the raspistill command previously executed by the RPiCamera.

I

ImageEffect - Enum in com.hopding.jrpicam.enums
Image effect option settings.

M

MeteringMode - Enum in com.hopding.jrpicam.enums
Metering mode options.

R

RPiCamera - Class in com.hopding.jrpicam
RPiCamera is used to access the Raspberry Pi Camera and take still photos.
RPiCamera() - Constructor for class com.hopding.jrpicam.RPiCamera
Creates new RPiCamera.
RPiCamera(String) - Constructor for class com.hopding.jrpicam.RPiCamera
Creates new RPiCamera and sets its save directory.

S

selectCamera(int) - Method in class com.hopding.jrpicam.RPiCamera
Selects which camera to use (on a multicamera system).
setAddRawBayer(boolean) - Method in class com.hopding.jrpicam.RPiCamera
Appends raw Bayer data from the RPiCamera to the image's JPEG metadata.
setAWB(AWB) - Method in class com.hopding.jrpicam.RPiCamera
Sets Automatic White Balance (AWB) mode.
setBrightness(int) - Method in class com.hopding.jrpicam.RPiCamera
Sets brightness of image (0 to 100), default value is 50.
setColourEffect(int, int) - Method in class com.hopding.jrpicam.RPiCamera
Sets colour effect of RPiCamera.
setContrast(int) - Method in class com.hopding.jrpicam.RPiCamera
Sets contrast of image (-100 to 100), default value is 0.
setDateTimeOff() - Method in class com.hopding.jrpicam.RPiCamera
Disables effects of setDateTimeOn().
setDateTimeOn() - Method in class com.hopding.jrpicam.RPiCamera
Replaces output pattern (%d) in save file name with DateTime (MonthDayHourMinSec).
setDRC(DRC) - Method in class com.hopding.jrpicam.RPiCamera
Sets the Dynamic Range Compression of image.
setEncoding(Encoding) - Method in class com.hopding.jrpicam.RPiCamera
Sets the encoding for images.
setExposure(Exposure) - Method in class com.hopding.jrpicam.RPiCamera
Sets exposure mode of RPiCamera.
setFullPreviewOff() - Method in class com.hopding.jrpicam.RPiCamera
Turns off fullpreview mode.
setFullPreviewOn() - Method in class com.hopding.jrpicam.RPiCamera
Runs the preview windows using the full resolution capture mode.
setHeight(int) - Method in class com.hopding.jrpicam.RPiCamera
Sets height of images taken by the RPiCamera.
setHorizontalFlipOff() - Method in class com.hopding.jrpicam.RPiCamera
Turns off horizontal flip.
setHorizontalFlipOn() - Method in class com.hopding.jrpicam.RPiCamera
Flips the preview and saved image horizontally.
setImageEffect(ImageEffect) - Method in class com.hopding.jrpicam.RPiCamera
Sets an effect to be applied to image.
setISO(int) - Method in class com.hopding.jrpicam.RPiCamera
WARNING: OPERATION NOT YET SUPPORTED BY raspistill SOFTWARE.
setLinkLatestImage(boolean, String) - Method in class com.hopding.jrpicam.RPiCamera
Links latest image to the specified file.
setMeteringMode(MeteringMode) - Method in class com.hopding.jrpicam.RPiCamera
Sets metering mode used for preview and capture.
setPreviewFullscreen(boolean) - Method in class com.hopding.jrpicam.RPiCamera
Turn fullscreen preview on or off.
setPreviewOpacity(int) - Method in class com.hopding.jrpicam.RPiCamera
Sets the preview window's opacity (0 to 255).
setQuality(int) - Method in class com.hopding.jrpicam.RPiCamera
Sets quality of image (0 to 100), 75 is recommended for usual purposes.
setRegionOfInterest(double, double, double, double) - Method in class com.hopding.jrpicam.RPiCamera
Allows the specification of the area of the sensor to be used as the source for the preview and capture.
setRotation(int) - Method in class com.hopding.jrpicam.RPiCamera
Sets the rotation of the image in viewfinder and resulting image.
setSaturation(int) - Method in class com.hopding.jrpicam.RPiCamera
Sets colour saturation of image (-100 to 100), default is 0.
setSaveDir(String) - Method in class com.hopding.jrpicam.RPiCamera
Sets the RPiCamera's save directory.
setSharpness(int) - Method in class com.hopding.jrpicam.RPiCamera
Sets sharpness of image (-100 to 100), default value is 0.
setShutter(int) - Method in class com.hopding.jrpicam.RPiCamera
Set the shutter speed to the specified value (in microseconds).
setThumbnailParams(int, int, int) - Method in class com.hopding.jrpicam.RPiCamera
Allows specification of the thumbnail image inserted in to the image file.
setTimeout(int) - Method in class com.hopding.jrpicam.RPiCamera
Sets the RPiCamera's timeout.
setTimestampOff() - Method in class com.hopding.jrpicam.RPiCamera
Disables effects of setTimestampOn().
setTimestampOn() - Method in class com.hopding.jrpicam.RPiCamera
Replace output pattern (%d) with unix timestamp (seconds since 1970) E.g.
setToDefaults() - Method in class com.hopding.jrpicam.RPiCamera
Sets all RPiCamera options to their default settings, overriding any previously set options.
setVerticalFlipOff() - Method in class com.hopding.jrpicam.RPiCamera
Turns off vertical flip.
setVerticalFlipOn() - Method in class com.hopding.jrpicam.RPiCamera
Flips the preview and saved image vertically.
setWidth(int) - Method in class com.hopding.jrpicam.RPiCamera
Sets width of images taken by RPiCamera.
stop() - Method in class com.hopding.jrpicam.RPiCamera
Stops any raspistill processes being run by RPiCamera.

T

takeBufferedStill(int, int) - Method in class com.hopding.jrpicam.RPiCamera
Takes an image of the specified width and height and stores it in a BufferedImage object.
takeBufferedStill() - Method in class com.hopding.jrpicam.RPiCamera
Takes an image and stores it in a BufferedImage object.
takeStill(String, int, int) - Method in class com.hopding.jrpicam.RPiCamera
Takes an image of the specified width and height and saves it under the specified name to the RPiCamera's save directory ("/home/pi/Pictures" by default).
takeStill(String) - Method in class com.hopding.jrpicam.RPiCamera
Takes an image and saves it under the specified name to the RPiCamera's save directory ("/home/pi/Pictures" by default).
takeStillAsRGB(int, int, boolean) - Method in class com.hopding.jrpicam.RPiCamera
Captures an image and returns the RGB values of that image.
takeStillAsRGB(boolean) - Method in class com.hopding.jrpicam.RPiCamera
Captures an image and returns the RGB values of that image.
timelapse(boolean, String, int) - Method in class com.hopding.jrpicam.RPiCamera
Take a series of timelapsed photos for the specified time frame and save them under the specified filename to the RPiCamera's save directory.
toString() - Method in enum com.hopding.jrpicam.enums.AWB
Returns enum in lowercase.
toString() - Method in enum com.hopding.jrpicam.enums.DRC
Returns enum as lowercase.
toString() - Method in enum com.hopding.jrpicam.enums.Encoding
Returns the enum in lowercase.
toString() - Method in enum com.hopding.jrpicam.enums.Exposure
Returns enum in lowercase.
toString() - Method in enum com.hopding.jrpicam.enums.ImageEffect
Returns enum in lowercase.
toString() - Method in enum com.hopding.jrpicam.enums.MeteringMode
Returns enum in lowercase.
turnOffPreview() - Method in class com.hopding.jrpicam.RPiCamera
Turns off image preview.
turnOffThumbnail() - Method in class com.hopding.jrpicam.RPiCamera
Turns off image thumbnails.
turnOnPreview() - Method in class com.hopding.jrpicam.RPiCamera
Turns on image preview.
turnOnPreview(int, int, int, int) - Method in class com.hopding.jrpicam.RPiCamera
Defines the size and location on the screen that the preview window will be placed.

V

valueOf(String) - Static method in enum com.hopding.jrpicam.enums.AWB
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hopding.jrpicam.enums.DRC
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hopding.jrpicam.enums.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hopding.jrpicam.enums.Exposure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hopding.jrpicam.enums.ImageEffect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hopding.jrpicam.enums.MeteringMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.hopding.jrpicam.enums.AWB
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hopding.jrpicam.enums.DRC
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hopding.jrpicam.enums.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hopding.jrpicam.enums.Exposure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hopding.jrpicam.enums.ImageEffect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hopding.jrpicam.enums.MeteringMode
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I M R S T V 
Skip navigation links