Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove vcfiled/vcfilesys, and a couple of MMAL cleanups #645

Merged
merged 3 commits into from
Jul 28, 2020

Conversation

6by9
Copy link
Contributor

@6by9 6by9 commented Jul 27, 2020

vcfiled/vcfilesys removal as per #631 #635 #644

A couple of minor MMAL cleanups whilst I was creating a userland PR. One for debug builds of the examples, and one so RaspiStillYUV matched Raspstill.

6by9 added 3 commits July 27, 2020 18:24
Both these libraries/apps were related to the VPU accessing the
host file system over VCHI. This has never been used on the Pi,
and is creating build warnings with the latest versions of gcc.
Remove them from the source tree.
The examples read the first 512 bytes of the stream and try stuffing
them into the codec as header bytes.
If running a debug build of MMAL this will fail as the extradata
field of the port format is bigger than MMAL_FORMAT_EXTRADATA_MAX_SIZE

Reduce the header bytes array down to 128bytes to match
MMAL_FORMAT_EXTRADATA_MAX_SIZE.
…res.

Adds the equivalent to "Add option to start in burst mode if AE settings
are manual" patch to RaspiStillYUV so it too can drop straight into
capture mode.

See raspberrypi#640
@pelwell
Copy link
Contributor

pelwell commented Jul 27, 2020

Looks good to me. I'll just give popcormix a chance to reprieve vcfiled.

@pelwell pelwell merged commit 3e59217 into raspberrypi:master Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants