- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to record the video the user is looking at the camera. By looking at the SDK documentation I could get this far. However the file I have after recording is done is not readable by Windows Media Player. What kind of formatting I should do in the code in order that my video can be opened by the Windows Media Player?
private void ConfigureRealSense()
{
PXCMFaceModule faceModule;
// Start the SenseManager and session
senseManager = PXCMSenseManager.CreateInstance();
senseManager.captureManager.SetFileName("recorded_video.avi", true);
senseManager.EnableStream(PXCMCapture.StreamType.STREAM_TYPE_COLOR, 640, 480, 0);
senseManager.Init();
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Windows media play did not support our 3D image format. You can find details of our 3D image format @https://software.intel.com/sites/landingpage/realsense/camera-sdk/2014gold/documentation/html/index.html?appendix_recorded_file_forma.html,. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So how can I see the video? What tool should I use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Mano,
In my application also am recording video , the file is recorded by not playing.
Can you give me sample for recording videos.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you just want to have the video and none of the 3D stuff you can use a screen recorder like CamStudio to record what's on the screen, for playback in WMP or whatever.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page