Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

How to contribute patches / enhancements back to Intel RSSDK?

Martin_W__K_
Beginner
1,032 Views

Hi,

while working on my Javascript based RealSense project,
I've discovered and fixed a couple of bugs in the common/realsense*.js files.
Lately, I've also extended them to make more features available.

How can I contribute these changes back to Intel or the community?

Regards
Martin

0 Kudos
4 Replies
samontab
Valued Contributor II
1,032 Views

If Intel would Open Source the SDK, I would recommend using github and do the usual Pull Request method.

If they keep it closed, I think it would be very tricky.

0 Kudos
Martin_W__K_
Beginner
1,032 Views

Indeed, Github would be the the, IMHO.

:-)

0 Kudos
Mikhail_N_Intel
Employee
1,032 Views

Can you please attach modified files here with short description?

We will review and integrate into next releases.

0 Kudos
Martin_W__K_
Beginner
1,032 Views

I've patched the two realsense.js files.

I've did the following:

  • added function 'EnableGesture()'
  • added missing ; after function declarations
  • removed illegal , after last key:value declaration within object declarations
  • added missing JSdoc parameters
  • fixed bugs as described in https://software.intel.com/en-us/forums/topic/536149

Feedback is welcome.

Regards
Martin

0 Kudos
Reply