-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
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
Rotate/Flip video #16
Comments
Here is some commented-out code to horizontal and vertical flip the image.
... and the full selection of camera configuration parameters .... a few lines above these are the values to put in the parameters. Rotate is a little more difficult ... look here to see the different framesizes ... you can set it for hd (1280x720) or portrait-hd (720x1280) ... but I think the camera decides where the top of the frame is, and there is no hardware or driver software to turn it 90 degrees. |
overall, very impresive repo! use it for dash cam. work perfect. only one thing before is that i did not realize it has bad index. so my potplayer always have 1fps and 10s as shown. after fixing the fps, it is good. for the dash cam, i guess horizontal or vertical flip is good for me. it would be perfect if it can be configured in the config.txt. thx! |
hey , i f u are using VLC player to view the video.avi file , u can turn the video by 180 degrees . |
It is possible to implement flip or rotate image video settings? Thanks
The text was updated successfully, but these errors were encountered: