GRIP icon indicating copy to clipboard operation
GRIP copied to clipboard

added jevois module generation for python

Open rrossbach opened this issue 7 years ago • 1 comments
trafficstars

This PR adds the option to generate an elementary jevois module as part of code generation for the pipeline. This helps simplify use of GRIP pipelines on the jevois.

Currently only Python is supported, and the module is very elementary. The module will:

  1. execute the generated GRIP pipeline
  2. if USB streaming is enabled, stream the input image to the host. If the last step of the GRIP pipeline produced contour output, draw the contours on the input image

rrossbach avatar Dec 23 '17 18:12 rrossbach

Codecov Report

Merging #872 into master will decrease coverage by 0.18%. The diff coverage is 10.25%.

@@             Coverage Diff              @@
##             master     #872      +/-   ##
============================================
- Coverage     51.71%   51.52%   -0.19%     
  Complexity     1158     1158              
============================================
  Files           247      247              
  Lines          7812     7850      +38     
  Branches        533      539       +6     
============================================
+ Hits           4040     4045       +5     
- Misses         3591     3622      +31     
- Partials        181      183       +2

codecov-io avatar Dec 23 '17 19:12 codecov-io