Skip to content

Instantly share code, notes, and snippets.

@yearofthewhopper
Created December 1, 2019 00:38
Show Gist options
  • Save yearofthewhopper/fef7e5341e821ca125584f349855df5d to your computer and use it in GitHub Desktop.
Save yearofthewhopper/fef7e5341e821ca125584f349855df5d to your computer and use it in GitHub Desktop.
const CameraInfo = require('CameraInfo');
const D = require('Diagnostics');
CameraInfo.captureDevicePosition.monitor({fireOnInitialValue: true}).subscribe( function(e) {
D.log(e.newValue);
//Your IF statement can go here.
//Use if(e.newValue == "BACK"), etc
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment