Skip to content

Rust declarations for mmal - the Raspberry Pi's GPU and camera library

License

Notifications You must be signed in to change notification settings

pedrosland/mmal-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust definitions for mmal

This is the library used on the Raspberry Pi to interact with VideoCore. Basic functions are to control the camera, encode and decode video. Applications that use it (natively, not via Rust) include raspistill and VLC.

Documentation

These FFI definitions are, for the most part, automatically generated by bindgen.

If you would like to generate the bindings yourself, simply enable the generate_bindings feature. By default the pre-generated bindings are used.

Please note that I have no idea what I am doing with rust so bindgen could probably be tweaked to improve its output.

PRs welcome. Breaking changes that make the library better to use eg changing constified_enum_module are also welcome.

Steps for improvement:

  • Evaluate if rust nightly is useful or switch on/off bindgen's nightly flag if running in nightly or not
  • Make API as natural as possible
  • Implement fmt::Display trait for more types or remove it entirely

About

Rust declarations for mmal - the Raspberry Pi's GPU and camera library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages