Giter Site home page Giter Site logo

Comments (5)

SMA2016a avatar SMA2016a commented on August 24, 2024

running all camera in freerun mode?
is PTP enabled?
did you optimize your system as written in pylon README?
what is the pixelformat of the camera
what is the target fps?
did you increase the packet size and interpacket delay as per the error message suggesting?

from pypylon.

DORSA-co avatar DORSA-co commented on August 24, 2024

running all camera in freerun mode? is PTP enabled? did you optimize your system as written in pylon README? what is the pixelformat of the camera what is the target fps? did you increase the packet size and interpacket delay as per the error message suggesting?

hi all camera is on trigger mode Line1.
no i dont enables PTP.
target fps is 8 fps with hardware trigger.
yes my packet size is 8000 and i increase the interpacketdelay.

What do you mean by this question : optimize your system as written in pylon README?

i set these config from my database to all cameras - packetsize : 8000 , interpacketdelay : 26000 , frame transmission delay : 5 group from 0 step 10000 , bandwidth reserve : 40 , bandwidth aqumulation : 5 .

is there any configuration that i should set when i connect to the camera?

and also i use opcua in my network for connect to plc siemens s7-1200.
is it possible my problem caused by that opcua connection ?

also i dont have any error in pylon viewer.

from pypylon.

SMA2016a avatar SMA2016a commented on August 24, 2024

bandwidth reserve : 40 set it to 5.

<What do you mean by this question : optimize your system as written in pylon README?> Thread priority

refer this document:
https://docs.baslerweb.com/network-configuration-(gige-cameras)

from pypylon.

ReyhaneAbtahi avatar ReyhaneAbtahi commented on August 24, 2024

bandwidth reserve : 40 set it to 5.

<What do you mean by this question : optimize your system as written in pylon README?> Thread priority

refer this document: https://docs.baslerweb.com/network-configuration-(gige-cameras)

@kesaroid did you find any solution or you still need help to setup your system?
Hello,

After numerous efforts, we realized that continuously measuring the GPU temperature using the GPUtil module was leading to this issue. The code we used for this task is as follows:

gpus = GPUtil.getGPUs()
gpu_temp = gpus[0].temperature

After removing this line of code, our error rate significantly reduced.
This occurrence is very strange for us because the above code does not create any network connections and does not add any load on the network. Can you help us figure out why this is happening?

from pypylon.

thiesmoeller avatar thiesmoeller commented on August 24, 2024

Switch to use https://pypi.org/project/nvidia-ml-py/

Calling nvidia-smi is querying a lot more than you need

from pypylon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.