Skip to content

starvvolf/Video_recorder_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Video_recorder_sample

Video recorder with FPS(Frame Per Second) mark and contrast&brightness controller


Using OpenCV


Before Running

Put the video's address in the 'ID' of line 15.

if you use WebCam, ID would be 0 or 1,2,3...


command

'space'-> record mode on/off (If there's a red circle on the top left, it means it's recording.)
The recorded file is saved in the same directory as the Python file, based on the recording time.

'o'->brightness(-)(-100~100)
'p'->brightness(+)

'j'->contrast(-)(0~100)
'k'->contrast(+)
'ESC'->close the window

image

About

Video recorder with FPS(Frame Per Second) mark and contrast&brightness controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages