mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Fix typos with cspell (#6972)
This commit is contained in:
@@ -230,7 +230,7 @@ inline void CvSource::PutFrame(cv::Mat& image) {
|
||||
int channels = finalImage.channels();
|
||||
VideoMode::PixelFormat format;
|
||||
if (channels == 1) {
|
||||
// 1 channel is assumed Graysacle
|
||||
// 1 channel is assumed Grayscale
|
||||
format = VideoMode::PixelFormat::kGray;
|
||||
} else if (channels == 2) {
|
||||
// 2 channels is assumed YUYV
|
||||
|
||||
@@ -524,7 +524,7 @@ class VideoCamera : public VideoSource {
|
||||
void SetWhiteBalanceManual(int value);
|
||||
|
||||
/**
|
||||
* Set the exposure to auto aperature.
|
||||
* Set the exposure to auto aperture.
|
||||
*/
|
||||
void SetExposureAuto();
|
||||
|
||||
@@ -1148,7 +1148,7 @@ class VideoEvent : public RawEvent {
|
||||
};
|
||||
|
||||
/**
|
||||
* An event listener. This calls back to a desigated callback function when
|
||||
* An event listener. This calls back to a designated callback function when
|
||||
* an event matching the specified mask is generated by the library.
|
||||
*/
|
||||
class VideoListener {
|
||||
|
||||
Reference in New Issue
Block a user