Ian Auty
Ian Auty
Removed GLES directory and brought forward relevant changes required to run GLES into renderer 1 directory. CMake changes for correct linking to GLES and Broadcom lib. Added install notes for...
Raspiraw application: https://github.com/6by9/raspiraw/blob/master/raspiraw.c Rawcam docs: https://github.com/raspberrypi/firmware/blob/master/documentation/ilcomponents/rawcam.html
In September 2018, the HVS (Hardware Video Scalar) component was added to userland. This component offers hardware accelerated format conversion, blending, and resizing. It features 4 input ports with a...
As recommended [here](https://github.com/techyian/MMALSharp/issues/174#issuecomment-685735677), look at making the capture handler parameter against `ConfigureInputPort` and `ConfigureOutputPort` optional.
Hello MMALSharp users! I'm raising this ticket to ask if there are any specific features you would like me to try and implement in the library for upcoming releases. Please...
Related to comments made in #47, this ticket is to investigate why port 362 does not call the native callback method. At this stage I believe it may be due...
Creating this specifically for keeping track of all linting fixes for SonarCloud.
A static method is currently being used internally to create connections, and the flags being used are the same as Raspistill/vid. A user should have the flexibility to override the...
Include latest relevant functionality in console app.
Make better use of the `PortExtensions` class. Good use is being made of the `MMALCameraExtensions` and all Getting/Setting of configuration specifically for the camera's ports is being routed through there....