Jun 11

I didn’t have time to write much on this blog because of 2 major projects we had to finish. But I also continued my work on my thesis en this is the final result.


Apr 3

Alright, it’s been a while since my last post. We have 2 other big projects running and just had an exam so I have an excuse :) .
When I was implementing my own gesture recognition, it worked quiet well with sending test data. But once i tried it on the touch table it wasn’t working as I thought it would.
The cause for this was that I used 4 fingers for every gesture, because 1 finger was reserved for translating the video en 2 fingers were reserved for scaling and rotating.

After a little brainstorming with my counsellors, the next attempt was to make abstraction of the input. This gave me the opportunity to implement a click event and also do some preprocessing of the input.
The problem of the 4 fingers I resolved by an area on bottom right of the video player. This area kan be used to rotate and scale the video player with only 1 finger, so I can make gestures using only 2 fingers.

The next problem was that most people won’t use only 1 finger to manipulate the video player but their entire hand. This i’m trying to resolve by clustering inputpoints before I send out the events.

The last problem I noticed lately was that sometimes the touch-table doesn’t send out the coordinates of 1 point for 1 frame. This causes a release and press event when these events shouldn’t be triggered. I have an idea to solve this by keeping track of the timestamps en position of each point so that I can keep the input consistent, but more about this in the next post.


Feb 28

Like I said last time, I implemented my own gesture recognition.
It’s still a work in progress but it’s coming along nice.

I also upgraded the layout of the application so it looks more like a wpf application.
You can see the result below.

Screenshot

Screenshot

Screenshot with border

Screenshot with border


Feb 10

I have done some more tests since last time. First I’ve implemented 2 video methods of viewing a video that prof Luyten advised.

Next i tried to implement gesture recognition to trigger these views. I used the $1 Gesture recognizer to recognize the gestures. This recognizer is actually built for single touch en recognition after the gesture is finished. So I tried to use this for multi-touch gestures, and used a threshold to solve the real-time issue. When I’m sending my own generated data, this works pretty nice, but when I tried it on the multi-touch table, it only recognized 1/3 of the gestures. Obviously this method is not very useful.

My next attempt to solve this problem is to implement the gesture recognition myself, using the amount of input points and the direction each point moves to. Next time I will be able to tell if this works better to recognize the gestures.

Finally, I have been able to extract frames from a movie using only the WPF framework, so for now i don’t need an external library or application ( like ffmpeg ) to do this.


Jan 31

Last Tuesday, I went to the EDM to see my councellors, Maarten Cardinaels and Davy Vanacken. We discussed what my main goal is going to be.

The main goal is to explore the multitouch interface and how it can help editing videos, and the editing itself will probably not go much further than the basic open, save, split, join, view operations. Another thing they mentioned was that most of the applications similar to this, were always oriented in 1 direction, so all of the persons interacting with the appliation, must stand on the same side. The obvious solution is to be able to rotate the videos, so this is what I’m going to attempt.

My councellors also send me 2 classes to receive and parse the UDP data send from the multitouch table, and then raise the normal mouse events: press, move and release. I have not been able to get these classes to work, but i have made a test application for trying out what wpf has to offer for the basic translate, rotate en scale operations on videos. You can see the result below.


Dec 16

Alright, it’s been a while since my last post. I will not update this blog frequently because our thesis actually starts after our exams, in January.

Meanwhile, I have been to prof. Luyten, and the plan is to make this video editing application in c#, one of my more favorite programming languages. And I’ll be using WPF ( Windows Presentation Foundation ), a newer version of Windows Forms.

So probably, till after our exams.


Dec 5

An example of a multi-touch table and it’s possibilities.

I will use a similar table for my thesis.


Dec 4

Welcome to MultiTouch Video Editing. On this blog I’ll post the progress of my bachelor thesis.

I’m Jimmy Cleuren, a 3rth bachelor ICT student at the University of Hasselt.

The posts in the “Development” category will be more technical, where the “Official” category will contain global announcements.