Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: examples/dart/camera_roll/lib/main.dart

Issue 1375733004: -Add a mojo service to get video frames from the camera through an android service (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: merge. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | examples/dart/camera_video/lib/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/dart/camera_roll/lib/main.dart
diff --git a/examples/dart/camera_roll/lib/main.dart b/examples/dart/camera_roll/lib/main.dart
index d0a1bd7061568f75d038a71838cfb756eecb66d9..d0ab8a711419acff13406842d88a11df49dd58de 100644
--- a/examples/dart/camera_roll/lib/main.dart
+++ b/examples/dart/camera_roll/lib/main.dart
@@ -89,7 +89,7 @@ bool handleEvent(Event event) {
}
void main() {
- embedder.connectToService("mojo:camera_roll", cameraRoll);
+ embedder.connectToService("mojo:camera", cameraRoll);
view.setFrameCallback(beginFrame);
view.setEventCallback(handleEvent);
getPhoto();
« no previous file with comments | « no previous file | examples/dart/camera_video/lib/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698