|
@@ -55,15 +55,6 @@
|
|
|
- (BOOL)start{
|
|
|
[super start];
|
|
|
BOOL ret = [self.controller startVideoDataOutputing];
|
|
|
- if(ret){
|
|
|
- self.controller.panoramaGuideView.hidden = NO;
|
|
|
-// self.controller.panoramOrientationGuideView.selectedItemIndex = PanoramaOrientationViewLeft;
|
|
|
- if ([self.controller.panoramOrientationGuideView.delegate respondsToSelector:@selector(panoramDirDidChange)]) {
|
|
|
- [self.controller.panoramOrientationGuideView.delegate panoramDirDidChange];
|
|
|
- }
|
|
|
-// [self.controller panoramaOrientationViewslt:PanoramaOrientationViewLeft];
|
|
|
-// self.controller.panoramOrientationGuideView.hidden = NO;
|
|
|
- }
|
|
|
return ret;
|
|
|
}
|
|
|
|