Browsing by Author "Akkoyun, Muhammed Emre"
Now showing 1 - 1 of 1
- Results Per Page
- Sort Options
Item A framework for developing online multiple kinect interactions(Bahçeşehir Üniversitesi Fen Bilimleri Enstitüsü, 2013-12) Akkoyun, Muhammed Emre; Öztürk, ÖvgüThis study deals with the Microsoft kinect camera data streaming over internet. Accessing a kinect camera over internet is so popular nowadays. Many developer and research company are working on this hot topic and find several solutions. Most of this applications have some avantages and disadvantages. The main disadvantage of this applications is consuming network bandwidth heavily when transferring kinect data over internet. Because transferring whole of kinect data binds heavily mass of data to the network, so the developers of kinect applications should consider about this topic and should mine and comb out the unnecessary kinect data. This applications also directly access the kinect device from javascript and this approach only works for local applications and not support multiple kinecting display on one browser. There is no best case solutions for this kind of problems. In this study solutions have been found for this problems and disadvantages. Briefly ; for network bandwidth problems kinect data has been mined and unnnecesarry kinect data combed out and the necessary data converted in json format before streaming over network, and for multiple kinect support; application divided into two parts which are server side application and client side application and with the help of this approach some performance problems cleared and network bandwith problem also cleared before network streaming and also with this approach more than one kinect cameras data could streamed over network and displayed on a single web page. On the other hand; with the approach which is used at this study can be implemented for other depth streaming devices with just making modifications on server side application.