fix(calib): show image sample
This commit is contained in:
		
							parent
							
								
									257a6c8bef
								
							
						
					
					
						commit
						7a556143aa
					
				@ -412,7 +412,7 @@ bool RectifyProcessor::OnProcess(
 | 
				
			|||||||
    output->first_data = input->first_data;
 | 
					    output->first_data = input->first_data;
 | 
				
			||||||
    output->second_id = input->second_id;
 | 
					    output->second_id = input->second_id;
 | 
				
			||||||
    output->second_data = input->second_data;
 | 
					    output->second_data = input->second_data;
 | 
				
			||||||
    return false;
 | 
					    return true;
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
    return false;
 | 
					    return false;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user