Hi Roboflow Support Team,
I’m on the Basic Plan and I’m having issues running my workflow locally on a Jetson Orin Nano (JetPack 6.2.2) using a YOLOv8 detection model.
Workspace Details:
• api_key=[removed by mo d]
• workspace_name=“kawada rd”
• workflow_id=“ch eck”
What Wo rk:
-
The cloud API works perf ectly.
-
I was also able to process video streams (RTSP link from an OAK camera) using my workflow locally (Deploy → Video → Live Video → Run Locally). Both worked succes sfully:
-
My Windo ws 11 PC
-
Jetson Orin Nano running JetP ack 5.1.1
-
I upgraded to JetPack 6.2.2 because I want to use the Detections Combine block in my workflow.
- I am able to successfully connect to my inference server using the “Choose an inference server => Other => Connect => Locally => RTSP => Runworkflow” option with Jetpack 6.2.2 in the Roboflow dashboard.
What Doe sn’t Work:
• Processing video streams (RTSP link from OAK camera) with my workflow locally on Jetson Orin Nano running J etPack 6.2.2.
• Code used: (from Deploy → Video → Live Video → Run Locally)
pipeline = InferencePipeline.init _with_workflow(
api_key=“[removed by mod]”,
workspace _name=“kawadard”,
wo rkflow_id=“check”,
video_reference=“rtsp://localho s t:8554/mystream” ,
max_fps=30,
o n_ pr e diction=my_sink
)
Environment:
• Jetpack: 6.2.2
• Ubuntu: 22.04
• Python: 3.10.12
• Inference packag e: 0.64.7
Issues Details:
After waiting for a while, the system stopped automatically without displaying anything:
[ WARN:308@339.152] global cap_ffmpeg_impl.hpp:453 _opencv_ffmpeg_interrupt_callback Stream timeout triggered after 30007.662934 ms
[ WARN:309@379.845] global cap_ffmpeg_impl.hpp:453 _opencv_ffmpeg_interrupt_callback Stream timeout triggered after 30028.735226 ms
[ WARN:309@380.083] global cap_ffmpeg_impl.hpp:453 _opencv_ffmpeg_interrupt_callback Stream timeout triggered after 30288.40 5730 ms
Killed
Questions:
Can you help me troubleshoot why l ocal inference isn’t wor king?
Thank you very much!
- Project Type: Object detection
- Operating System & Browser: Linux
- Project Universe Link or Workspace/Project ID: workspace_name=“kawadard”,
workflow_id=“check”, Project ID=”eq_detection-py6oi/7” - Do you grant Roboflow Support permission to access your Workspace for troubleshooting? (Yes/No): Yes











