mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Force camera pixel format to RGB565 on Linux
This commit is contained in:
		
							parent
							
								
									80cdfe1c45
								
							
						
					
					
						commit
						21bdc03908
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -172,6 +172,9 @@ void QtMultimediaCameraHandler::CreateCamera(const std::string& camera_name) { | |||
|     } | ||||
|     settings.setMinimumFrameRate(30); | ||||
|     settings.setMaximumFrameRate(30); | ||||
| #ifdef __linux__ | ||||
|     settings.setPixelFormat(QVideoFrame::PixelFormat::Format_RGB565); | ||||
| #endif | ||||
|     camera->setViewfinder(&camera_surface); | ||||
|     camera->load(); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue