package
0.0.0-20240611011144-b9a5b9679df2
Repository: https://github.com/kevmo314/go-uvc.git
Documentation: pkg.go.dev

# README

go-uvc/pkg/decode

This package provides a simple wrapper around FFmpeg's avcodec to decode video frames.

The goal is for ease of use, not flexibility. If you wish to use your own decoder you don't need to use this package.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BGR is an in-memory image whose At method returns [color.BGR] values.
No description provided by the author
No description provided by the author
RGB is an in-memory image whose At method returns [color.RGB] values.
No description provided by the author

# Interfaces

No description provided by the author