We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently
tracker::VideoCapture
cfg::Camera
VideoCapture
cfg::VideoStream
cfg::CameraCalib
tracker::CapturedFrame
Definitions for some real pointless discussion
Video
Capture
Video Capture
Camera
Stream
Video Stream
Image
to image
Frame
I'm looking for alternatives, or thoughts on current names.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
tracker::VideoCapture
matches opencv naming, a class which is used to get frames of video from cameras.cfg::Camera
parameters used byVideoCapture
to open and read a camera.cfg::VideoStream
contains acfg::Camera
, plus any parameters required to process the frames from cameras.cfg::CameraCalib
calibration for a camera.tracker::CapturedFrame
a single frame and the timestamp it was captured at.Definitions for some real pointless discussion
Video
- visual media product featuring moving images, a sequence of pictures.Capture
- take possession ofVideo Capture
- google: mostly capture cardsCamera
- a device for capturing a photographic image or recording a video.Stream
- to send forth or discharge in a streamVideo Stream
- google: tv streaming servicesImage
- array of pixelsto image
- instead of capture?Frame
- a single image in a sequence of picturesI'm looking for alternatives, or thoughts on current names.
The text was updated successfully, but these errors were encountered: