Items with no label
3335 Discussions

ZR300 Development Info

SS26
Beginner
1,465 Views

Hi,

ZR300 supports person detection/tracking, object detection/tracking and it is not open source.

1. Are you providing these features (person detection/tracking, object detection/tracking) as libraries ?

2. If these features are available as libraries, please let me know the library names ?

0 Kudos
5 Replies
idata
Employee
179 Views

Hello Sakthivel-S,

 

 

Thanks for contacting Intel customer support.

 

Yes, Intel does provide the features, in the following link you will find the libraries for the ZR300 cameras:

 

https://software.intel.com/sites/products/realsense/object/annotated.html https://software.intel.com/sites/products/realsense/object/annotated.html

 

Hope this helps to clarify your questions.

 

 

Best Regards,

 

Juan N.
0 Kudos
SS26
Beginner
179 Views

Hi Juan,

1. Is it possible to use openCV as additional library for "RealSense SDK for Linux" (with ZR300 SDK) ?

2. I heard that, zr300 four cameras output's are stored as individual streams. Is there any option to merging those camera output's into single image ?

Do you know any API, which does merging multiple camera streams into one ?

3. Is it possible to merge four camera streams of zr300 into single image / video ?

0 Kudos
idata
Employee
179 Views

Hello Sakthivel-S,

 

 

Intel does not provide an API for merging all the streams, you would need to code it and test it yourself or find an API that does it.

 

 

As a best effort, the closest thing I found is a node.js that can be found on the following link. This node.js is not compatible with the ZR300.

 

 

https://github.com/grncdr/merge-stream

 

 

In the following link you will find some examples of APIs for SR300 and F200.

 

 

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?pxcprojection.html

 

 

Best Regards,

 

Juan N.
0 Kudos
SS26
Beginner
179 Views

Hi,

Regarding info about ZR300,

How to capture 3D image using ZR300 camera? what is the API used for 3d capture ? any example in "RealSense SDK for Linux" ?

0 Kudos
MartyG
Honored Contributor III
179 Views

For simple depth stream capture, you could use the original Librealsense with the ZR300 (not the RealSense SDK 2.0). If you want more advanced features such as object tracking and person tracking, you will have to use the RealSense SDK for Linux. These are the only two SDK options for the ZR300.

0 Kudos
Reply