-
Log #3
05/21/2015 at 18:38 • 0 commentsSo, i had trouble with OPENCV 3.0 for java and started using xuggler to write video. Later on i decided to turn whole project to xuggler. So far i am able to take one video and make it stereo. Hopefully soon i'll finish the bare software that will take two video and merge them.
-
New Idea for Start Point Configuring
04/27/2015 at 18:41 • 0 commentsI was talking with my friend called Uğur about the project and he was also working on it about the testing part. When we were talking, he gave me such a great idea about configuring the start point of two videos. I was about to do it with showing marker before actually starting to record but that requires a marker which is not practical (OK, it can be simply printed but anyway that is additional work anyway.) so the idea he gave me is "It is possible to determine initial point with sound". So i'll check if i can go with that and if it is easier then marker thing or not.
Well, thanks to Uğur for such a great idea!
-
Log #1
04/24/2015 at 07:45 • 0 commentsSo i've been working on software for a while and got a nice progress. Now, with using openCV library for java i am able to take frames from 2 videos and merge these two frames but there is problem with writing buffered images to video with openCV for java. So i'll us Xuggler library for this job. When i accomplish that, i'll go for the marker feature for auto initilize the video start.