smart-edge-open / edgeapps

Applications that can be onboarded to an Intel® Smart Edge Open edge node.
Apache License 2.0
51 stars 73 forks source link

Issue forwarding data from consumer pod to client simulator(Openvino) #14

Closed JeevanCK7 closed 4 years ago

JeevanCK7 commented 4 years ago
  1. Traffic is going from client simulator to consumer pod which we have verified with wireshark captures.
  2. I'm unable to get pop up in the client simulator as data is not forwarding from consumer pod.
  3. I have understood that this is the executable "object_detection_demo_ssd_async" which processes the rtp packets coming from client simulator. i have found main.cpp file too which is the source code for processing the data. But how to enable the logs of main.cpp so that i can verify whether packets have been written to pipe or not?
  4. Can you please tell me why packets are not forwarded from consumer to client simulator? It would be great if you give us some more detail. I have followed all the steps present in the openvino deploy document.