Commit d6fa578984421aeb712289203357e00982d5d790
1 parent
f436f131
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Example/CNLiveAVCamera/CNLiveViewController.m
| ... | ... | @@ -50,7 +50,7 @@ |
| 50 | 50 | [fileManager createDirectoryAtPath:filePath withIntermediateDirectories:YES attributes:nil error:nil]; |
| 51 | 51 | } |
| 52 | 52 | |
| 53 | - cameraController.outPutPath = filePath; | |
| 53 | + cameraController.outPutPath = @""; | |
| 54 | 54 | |
| 55 | 55 | __weak XFCameraController *weakCameraController = cameraController; |
| 56 | 56 | __weak typeof(self) weakSelf = self; | ... | ... |