Documentation ¶
Overview ¶
package frame wraps raw webcam frames as an image.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FourCCToPixelFormat ¶
func FourCCToPixelFormat(f FourCC) (webcam.PixelFormat, error)
FourCCToPixelFormat converts the four character string to a v4l2 PixelFormat.
Types ¶
type FourCC ¶
type FourCC string
func PixelFormatToFourCC ¶
func PixelFormatToFourCC(pf webcam.PixelFormat) FourCC
PixelFormatToFourCC converts the v4l2 PixelFormat to a FourCC.
Click to show internal directories.
Click to hide internal directories.