feler404 / ocvl-addon

Framework to ease manage OpenCV algorithms based on Blender
https://www.ocvl.teredo.tech/
GNU General Public License v3.0
57 stars 11 forks source link

Can´t choose realsense depth camera #41

Open akaflokart opened 4 years ago

akaflokart commented 4 years ago

Hi, thanks for your great tool. I tried it today for the first time but unfortunatly i wasnt able open the realsense depth camera in the windows beta (blender 2.92) version only the rgb camera is available. If there would be a python node and a raw data stream i could extract the data by myself (its only a numpy array). Maybe you could help me. At the moment i use opencv and pyrealsense2 in pycharm to create a tracker with ids to send moments of each tracked contour as a dictionary via udp stream to blender.

Your tool is killer for realtime interaction like touchdesigner.

feler404 commented 4 years ago

Hi, you may try use CustomInput node. You need edit custominput text file using context in node (https://docs.opencv.org/master/dd/d53/tutorial_py_depthmap.html). You may describe your usecase using OpenvCV Labaratory?

micha1pu commented 2 years ago

Hi, i'm having similar problem. How to use custominput text? Im trying to process input from webcam node but i don't know how process image input inside custominput node. I tried "image_in" variable but its only string. Probably its simple but i couldn't figure it out. Maybe can you help me?

Anyway i must say its brilliant tool. Thank you.

image