View my account

Read the bag file

Comments

1 comment

  • MartyG

    Hi Osallam  I believe that the basic formatting for launching a bag with this program is:

    python3 read_bag_example.py -i <bag path and filename>

    For example:

    python3 read_bag_example.py -i test.bag

    The above command without a file path would assume that the bag file is in the same directory as the read_bag_example.py script.

    So to find your particular bag with a full path to the filename, it may be something like this:

    python3 read_bag_example.py -i E:\PhD Academics\Texas\HSC\BuoyTesting\Intel_RealSense\python codes\My projects\Depth\bag\mezoo.bag

    0
    Comment actions Permalink

Please sign in to leave a comment.