- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am having a lot of trouble streaming the higher resolution RGB streams at the same time as depth. Is it possible to just take a single image? Starting up the colour stream causes crashing. Alternatively, is there a good way of pausing a stream momentarily rather than destroying and recreating the stream? My best bet would be not to acquire the frames simulatenously but I cannot find any explicit implementation for pausing.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can set independent stream rates, and receive their images at different times.
Have a look here for more info:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
samontab wrote:
You can set independent stream rates, and receive their images at different times.
Have a look here for more info:
Thank you for the informative video. Unfortunately I did not have any success doing it this way. Here are my settings. The call to senseMgr->Init() fails with error code -3.
senseMgr->EnableStream(PXCCapture::STREAM_TYPE_COLOR, 1920, 1080, 15); senseMgr->EnableStream(PXCCapture::STREAM_TYPE_DEPTH, 628, 468, 30);
Turning only one stream on at either 30 or 15 FPS fine. Turning both on at the same FPS is fine. Using different FPS it just does not like. I am also using acquireframe(false) for the unaligned streams as in your video.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page