Recent content by MWLC

  1. M

    Stutter while sending PTZ command

    There is a lot that would be done for the Jetson nano to get CUDA support. I have made a docker image that would utilize TensorRt with UltraLytics which should get you fully up with the GPU support. TensorRt will allow much faster inference speed with a .engine model you would run, over a .pt...
  2. M

    Stutter while sending PTZ command

    The pain is real to set up the nano, not to mention if you would need to utilize the GPU power with TensorRt and CUDA. It took me quite a while (1.5 month) to get it done. The camera is connected directly to a constant power source. I'm pretty sure that my power source is working consistently...
  3. M

    Stutter while sending PTZ command

    Hi @blitzl3n, It's good to know that I'm not the only one new here. yes, sometimes it would go to the preset location. I noticed that if i send it one over another, it would go after the third try, if i try again (without restarting it) it would go after the fifth try. These numbers aren't...
  4. M

    Stutter while sending PTZ command

    Hi all, I'm working on a script to move my camera using /ISAPI endpoints. I have set a ptz location for a preset with ID 1 so I can go back to it when I want. I can see the live feed of my camera to keep track of what is happening. When I send the preset command, the camera moves a little to...