I need to know if I can use the kinect camera capture and use it as a online video. I have the sample standalone (with xaml), I need to put the video in a website page. is that possible?
-
-
@msfblue:If it's Silverlight, then yes.
<object width="300" height="300"
data="data:application/x-silverlight-2,"
type="application/x-silverlight-2" >
<param name="source" value="SilverlightApplication1.xap"/>
</object>http://msdn.microsoft.com/en-us/library/cc189089(VS.95).aspx">http://msdn.microsoft.com/en-us/library/cc189089(VS.95).aspx
-
Sometimes in solving problems, you need to isolate what you are dealing with.
You have a video that was captured with Kinect, and you wish to show it online.
This can be contracted to
You have a video , and you wish to show it online.
The Kinect part is irrelevant.
It really is akin to saying I have this code snippet that doesn't work correctly, I typed it using a logitech keyboard.
Once you have isolated the part that you are really dealing with, 9 times out of 10, Google is your friend.
Add your 2¢