Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Glamdring/EasyCamera
/ PictureCallback
Interface
PictureCallback
src/main/java/com/easycamera/EasyCamera.java:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
public
static
interface
PictureCallback {
122
void
onPictureTaken(byte[] data, CameraActions actions);
123
}
124
125
public
static
interface
ShutterCallback {
126
void
onShutter();
Callers
1
onPictureTaken
Method · 0.65
Implementers
1
DefaultCameraActions
src/main/java/com/easycamera/DefaultCa
Calls
no outgoing calls
Tested by
no test coverage detected