bytedeco/javacv
Auf GitHub ansehenFrame grabber and recorder vertical orientation issue
Open
#766 geöffnet am 23. Aug. 2017
enhancementhelp wanted
Repository-Metriken
- Stars
- (6.985 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
While grabbing frames on video recorded in portrait mode. It reads it in horizontal orientation. Tried it for different videos but the issue is persistent. Any reason for this issue?
I can do a work around with this issue by rotating the frame when it is read by frame grabber.
But after processing when I try to record the frame to an output mp4 file using frame recorder the frames in output video are translated/ shifted i.e. there is some black region around the actual content.