You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					12 lines
				
				514 B
			
		
		
			
		
	
	
					12 lines
				
				514 B
			| 
								 
											3 weeks ago
										 
									 | 
							
								Import('env', 'arch', 'messaging', 'common', 'visionipc')
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								libs = [common, 'OpenCL', messaging, visionipc]
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								if arch != "Darwin":
							 | 
						||
| 
								 | 
							
								  camera_obj = env.Object(['cameras/camera_qcom2.cc', 'cameras/camera_common.cc', 'cameras/spectra.cc',
							 | 
						||
| 
								 | 
							
								                           'cameras/cdm.cc', 'sensors/ox03c10.cc', 'sensors/os04c10.cc'])
							 | 
						||
| 
								 | 
							
								  env.Program('camerad', ['main.cc', camera_obj], LIBS=libs)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								if GetOption("extras") and arch == "x86_64":
							 | 
						||
| 
								 | 
							
								  env.Program('test/test_ae_gray', ['test/test_ae_gray.cc', camera_obj], LIBS=libs)
							 |