GithubHelp home page GithubHelp logo

Comments (7)

matze avatar matze commented on July 30, 2024

Is it consistent if you stop recording? I could imagine, that the reported number is anything but a good indicator for the currently number of recorded frames. In any case, there isn't much magic going on, when reading that number.

from libpco.

tfarago avatar tfarago commented on July 30, 2024

Then it is consistent, you are right. However, the value which you get after you stop recording is still less then what was really recorded. For example I acquired in sequence record mode and waited until the camera buffer was filled. Then it stopped recording itself, but gave 0 recorded frames. to illustrate this in a simpler manner when I stop the camera:

dimax > camera.start_recording()

dimax > camera.recorded_frames
<Quantity(0, 'dimensionless')>

dimax > camera.recorded_frames
<Quantity(0, 'dimensionless')>

dimax > trigger.on()

dimax > trigger.off()

dimax > camera.recorded_frames
<Quantity(193, 'dimensionless')>

dimax > camera.recorded_frames
<Quantity(126, 'dimensionless')>

dimax > camera.recorded_frames
<Quantity(0, 'dimensionless')>

dimax > camera.stop_recording()

dimax > camera.recorded_frames
<Quantity(0, 'dimensionless')>

So now I neither know how many frames I recorded neither can I read out the full buffer with Concert if num_frames is None, i.e. I want to read out everything.

from libpco.

tfarago avatar tfarago commented on July 30, 2024

OK I could just read out until I get an exception from camera, but that's a dirty workaround.

from libpco.

tfarago avatar tfarago commented on July 30, 2024

I also noticed the value in recorded frames is one too many. E.g. if the camera tells you n you can actually read n - 1 images. Is that normal behavior for PCO?

from libpco.

matze avatar matze commented on July 30, 2024

FYI: to stop dropping frames, camera.storage_mode must be set to RECORDER and not FIFO_BUFFER.

from libpco.

tfarago avatar tfarago commented on July 30, 2024

Thanks, I will try.

from libpco.

tfarago avatar tfarago commented on July 30, 2024

Yeah it works.

from libpco.

Related Issues (5)

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.