Software Archive
Read-only legacy content
17061 Discussions

Disabling Laser Projector?

CAike
Novice
1,375 Views

Is there any method in the SDK to enable/disable the laser projector?

We need to capture from overlapping depth cameras and need a method to prevent corruption. 

Thanks in advance for any help or advice!

 

0 Kudos
5 Replies
samontab
Valued Contributor II
1,375 Views

There isn't a method that does that, but you could try setting the Laser Power to the minimum, which is almost the same as what you want.

Take a look here for more information:

https://software.intel.com/en-us/forums/topic/537872

0 Kudos
CAike
Novice
1,375 Views

Samontab,

Thanks for the suggestion. I was looking at this exactly in docs. 

Once I try it I will let you know the outcome. 

Regards

Chris

0 Kudos
CAike
Novice
1,375 Views

An update..

This appears to work!

By reducing the laser power = 0, then laser is effectively disabled. This prevents the corruption of overlapping cameras due to structured light cross-interference...

BUT.. A caution.. Take note that turning off the laser power does NOT stop the camera from trying to acquire depth images, so you must take care to throw away images from the camera if it's laser is disabled. 

Using the "Laser Power = 0" method, we are planning to overlap 6 cameras to acquire a large FOV for a measurement application. Keep everyone posted as to any pit falls we find!

Regards,

Chris 

0 Kudos
samontab
Valued Contributor II
1,375 Views

Good to hear that it works.

Are you using multiple host PCs?, or you managed to use multiple cameras in one PC?

0 Kudos
CAike
Novice
1,375 Views

Samontab,

We are not using multiple sensors from a single PC.. I think the SDK doesn't support this as yet. 

We have implemented as .NET socket application for our nDepth sensor using a NUCi3 CPU running Win8 Embedded. We then send the images and composite/align then using our vision code running on a  NUCi7.

These are packaged in an industrial enclosure allowing for external 24VDC power and Ethernet.

If you are interested, please have a look here: 

aikencontrols.com/index.php?option=com_content&view=article&id=19&Itemid=282

Thanks again for the suggestion and help. 

Regards,

Chris

0 Kudos
Reply