mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	SPDX tags make the licensing information easy to understand and clear, and they are machine parseable. See https://spdx.dev for more information.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			285 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			285 B
		
	
	
	
		
			C++
		
	
	
	
	
	
/* Spa libcamera support */
 | 
						|
/* SPDX-FileCopyrightText: Copyright © 2021 Wim Taymans <wim.taymans@gmail.com> */
 | 
						|
/* SPDX-License-Identifier: MIT */
 | 
						|
 | 
						|
#include <memory>
 | 
						|
 | 
						|
#include <libcamera/camera_manager.h>
 | 
						|
 | 
						|
std::shared_ptr<libcamera::CameraManager> libcamera_manager_acquire(int& res);
 |