Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

dennisss/libcamera-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safe Rust Bindings for Libcamera

This is still under development, but is able to open a camera and send/receive requests/responses.

Safety

The raw libcamera APIs require a lot of careful management of memory ownership in order to use correctly. To avoid exposing this to Rust users, we internally keep dependencies alive through Arc references to them. For example, the Camera struct contains an Arc<CameraManager> to ensure that no Cameras exist after the CameraManager has been shutdown. More specific implementation notes are provided below.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published