Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. color = []<br>
  2. color_image = frame.get_color_frame()<br>
  3. color_array = np.asanyarray(color_image.get_data())<br>
  4. color.append(color_array)<br>
  5.  
  6. test = np.zeros((480,640,3))<br>
  7. color_image = frame.get_color_frame()<br>
  8. color_array = np.asanyarray(color_image.get_data())<br>
  9. np.insert(test, frame_count, color_array)<br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement