Giving svo file path to body_tracking.py

I have little problem with running my bodytracking.py file with the input svo path. I am using this python file https://github.com/stereolabs/zed-sdk/tree/master/body%20tracking/body%20tracking/python . So when bodytracking.py and my svo is on same folder I can run the svo with this command python body_tracking.py --input_svo_file emre.svo . But when they are seperate I am trying to run it like python body_tracking.py --input_svo_file C:\Users\ek\FORM\bin\Debug\python\emre.svo This is not finding the svo file. Can you help me giving path to python?

Hi,

Looks to be a simple path issue. Try to double the \ to \\, or change to /, or put quotes…

I tried all six ways but did not worked for me