Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've just started using C# to build some network applications (just simply send and receive small files via socket).
I want to use kinect to stream video data like 1-1 video conference but have no clue or idea to do this althought I have searched for various samples online but I'm unable to find a suitable sample.
I'm now looking for some available source code for 1-1 video conference which is able to build and execute on VS.
Thanks for help.

Update:
I found that nVLC wrapper for C# is simple and easy to implement video streamming, it allow you to send and receive frame by frame. However the issue still remaining is delaying when streamming (About 3-4s) and I have no idea how to solve this. Please help me improve this if you found anything else that may help.
Posted
Updated 9-Sep-15 6:39am
v2

 
Share this answer
 
v2
Comments
sreeyush sudhakaran 18-Aug-15 0:12am    
consider above updated link
sreeyush sudhakaran 18-Aug-15 2:15am    
what are the issues you face?
sreeyush sudhakaran 18-Aug-15 3:45am    
Have you gave ip of camera and port to listen and talk correctly and ensure that your device is connected physically.
Hi there,

do you finally found a solution to send the kinect v2 video frames over network (over internet) in real time ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900