startCamera method

void startCamera()

Implementation

void startCamera() {
  if (initialized) {
    return;
  }
  _initController();
}