|  |  | @ -50,7 +50,6 @@ struct LogCameraInfo { | 
			
		
	
		
		
			
				
					
					|  |  |  |   int bitrate; |  |  |  |   int bitrate; | 
			
		
	
		
		
			
				
					
					|  |  |  |   bool is_h265; |  |  |  |   bool is_h265; | 
			
		
	
		
		
			
				
					
					|  |  |  |   bool has_qcamera; |  |  |  |   bool has_qcamera; | 
			
		
	
		
		
			
				
					
					|  |  |  |   bool enable; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   bool record; |  |  |  |   bool record; | 
			
		
	
		
		
			
				
					
					|  |  |  | }; |  |  |  | }; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -63,7 +62,6 @@ const LogCameraInfo cameras_logged[] = { | 
			
		
	
		
		
			
				
					
					|  |  |  |     .bitrate = MAIN_BITRATE, |  |  |  |     .bitrate = MAIN_BITRATE, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .is_h265 = true, |  |  |  |     .is_h265 = true, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .has_qcamera = true, |  |  |  |     .has_qcamera = true, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .enable = true, |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     .record = true, |  |  |  |     .record = true, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .frame_width = 1928, |  |  |  |     .frame_width = 1928, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .frame_height = 1208, |  |  |  |     .frame_height = 1208, | 
			
		
	
	
		
		
			
				
					|  |  | @ -76,7 +74,6 @@ const LogCameraInfo cameras_logged[] = { | 
			
		
	
		
		
			
				
					
					|  |  |  |     .bitrate = DCAM_BITRATE, |  |  |  |     .bitrate = DCAM_BITRATE, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .is_h265 = true, |  |  |  |     .is_h265 = true, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .has_qcamera = false, |  |  |  |     .has_qcamera = false, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .enable = true, |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     .record = Params().getBool("RecordFront"), |  |  |  |     .record = Params().getBool("RecordFront"), | 
			
		
	
		
		
			
				
					
					|  |  |  |     .frame_width = 1928, |  |  |  |     .frame_width = 1928, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .frame_height = 1208, |  |  |  |     .frame_height = 1208, | 
			
		
	
	
		
		
			
				
					|  |  | @ -89,7 +86,6 @@ const LogCameraInfo cameras_logged[] = { | 
			
		
	
		
		
			
				
					
					|  |  |  |     .bitrate = MAIN_BITRATE, |  |  |  |     .bitrate = MAIN_BITRATE, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .is_h265 = true, |  |  |  |     .is_h265 = true, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .has_qcamera = false, |  |  |  |     .has_qcamera = false, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .enable = true, |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     .record = true, |  |  |  |     .record = true, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .frame_width = 1928, |  |  |  |     .frame_width = 1928, | 
			
		
	
		
		
			
				
					
					|  |  |  |     .frame_height = 1208, |  |  |  |     .frame_height = 1208, | 
			
		
	
	
		
		
			
				
					|  |  | @ -100,7 +96,6 @@ const LogCameraInfo qcam_info = { | 
			
		
	
		
		
			
				
					
					|  |  |  |   .fps = MAIN_FPS, |  |  |  |   .fps = MAIN_FPS, | 
			
		
	
		
		
			
				
					
					|  |  |  |   .bitrate = 256000, |  |  |  |   .bitrate = 256000, | 
			
		
	
		
		
			
				
					
					|  |  |  |   .is_h265 = false, |  |  |  |   .is_h265 = false, | 
			
		
	
		
		
			
				
					
					|  |  |  |   .enable = true, |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   .record = true, |  |  |  |   .record = true, | 
			
		
	
		
		
			
				
					
					|  |  |  |   .frame_width = 526, |  |  |  |   .frame_width = 526, | 
			
		
	
		
		
			
				
					
					|  |  |  |   .frame_height = 330, |  |  |  |   .frame_height = 330, | 
			
		
	
	
		
		
			
				
					|  |  | 
 |