|
|
@@ -48,6 +48,7 @@
|
|
|
|
|
|
- (void)viewDidLoad {
|
|
|
[super viewDidLoad];
|
|
|
+ self.tvdbg_log.hidden = true;
|
|
|
// Do any additional setup after loading the view.
|
|
|
if (self.navigationController) {
|
|
|
self.navigationBarStatus = self.navigationController.navigationBarHidden;
|
|
|
@@ -199,7 +200,7 @@
|
|
|
rect = CGRectMake(CGRectGetMinY(self.scanerView.frame) / h, CGRectGetMinX(self.scanerView.frame) / w, CGRectGetHeight(self.scanerView.frame) / h, CGRectGetWidth(self.scanerView.frame) / w);
|
|
|
}
|
|
|
|
|
|
-// [self.output setRectOfInterest:rect];
|
|
|
+ [self.output setRectOfInterest:rect];
|
|
|
|
|
|
[self.view bringSubviewToFront:self.scanerView];
|
|
|
|