Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

MMALCameraConfig.IntraPeriod not working? #207

@tottaka

Description

@tottaka

Hi, I am trying to detect when an i-frame is inserted in my custom OutputCaptureHandler class like so:

public override void Process(ImageContext context)
{
	if (context.IFrame)
	{
		Console.WriteLine("IFrame");
	}
	
	base.Process(context);
}

It seems to only Console.WriteLine on the very first frame, none after that.

I have MMALCameraConfig.IntraPeriod set to 24, which is the same as the video capture framerate so it should be printing every 1 second, no?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions