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

NdiReceiver should expose the last-received VideoFrame information #209

Open
RichardTea opened this issue Jun 25, 2024 · 0 comments
Open
Assignees
Labels
question Further information is requested

Comments

@RichardTea
Copy link

When using a RenderTexture as the target there does not appear to be any way to find the resolution and aspect ratio of the stream.

I have to guess a suitable RenderTexture size, and it doesn't seem like there is any way to apply letterbox/pillarboxing in my rendering UVs

There's also a lot of useful information like the timecode and timestamp of the last-good-frame which appears to be unavailable.

Can NdiReceiver please store the last-good VideoFrame information?
At a minimum I'd like:

  • Width (pixels)
  • Height (pixels)
  • Aspect Ratio
  • Timecode
  • Timestamp

These are all available in NdiReceiver.TryReceiveFrame(), so should be trivial to store.

@keijiro keijiro self-assigned this Jun 25, 2024
@keijiro keijiro added the question Further information is requested label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants