openpose_unity_plugin icon indicating copy to clipboard operation
openpose_unity_plugin copied to clipboard

how can I change input from Webcam to ImageDirectory ? how to modify configure?

Open liangtongjia opened this issue 4 years ago • 4 comments

liangtongjia avatar Aug 06 '19 09:08 liangtongjia

image As shown. The ProducerString needs to be full path of a FOLDER containing images

ZiuTinyat avatar Aug 14 '19 06:08 ZiuTinyat

Could you provide an API function like insert into InputDataBuffer? so that we can assigning the value to InputDataBuffer no matter what input source we use

liangyunkai avatar Feb 06 '20 08:02 liangyunkai

image As shown. The ProducerString needs to be full path of a FOLDER containing images

That string did not work for me. Is there more to it? I tried it for Image Directory and I also tried using a path to a video I have with the video option for Input Type

CalebGreer avatar Aug 29 '20 01:08 CalebGreer

use absolute path instead of relative path: 'c:\video.avi ',,,like this

Keneyr avatar Dec 04 '20 01:12 Keneyr