cameraThumbnail problem - frame time and bookmarks

Completed

Comments

6 comments

  • Avatar
    Sebastian Heuchert

    anyone ?

    0
    Comment actions Permalink
  • Avatar
    Andrey Terentyev

    Hi,

    By default, on the cameraThumbnail request the Server returns the nearest I-frame. Usually, I-frames are sent by a camera once in 30 frames. The delay of 10-15 seconds can be caused by frame rate set or by camera specifics or simply bugs.

    The behavior of how the Server chooses a frame to be sent is controlled by the "method" parameter (by default "after"). You could set the value to "precise" to make the Server to calculate the closest frame to the requested timestamp, starting with the nearest I-frame.

    0
    Comment actions Permalink
  • Avatar
    Sebastian Heuchert

    is there any way to get always live ? not only I-frame ?

    I saw that you have this option in 5.0, but 5.0 is not stable.

    And what about bookmarks by api ?

    0
    Comment actions Permalink
  • Avatar
    Andrey Terentyev

    is there any way to get always live ? not only I-frame ?

    The LIVE which is seen in the GUI client, for example, is a result of decoding frame data based on the I-frame and "delta" frame. The GUI client does it under the hood. So in your case, you need time=now and method=precise.

    And what about bookmarks by api ?

    Could you please provide more details description with sceenshots  or a screencast demonstrating what are you doing, what is expected behavior and what is actual behavior as well as API invocation code expamples?

    0
    Comment actions Permalink
  • Avatar
    Sebastian Heuchert

    The LIVE which is seen in the GUI client, for example, is a result of decoding frame data based on the I-frame and "delta" frame. The GUI client does it under the hood. So in your case, you need time=now and method=precise.

     

    I try this, but the effect is the same, i got only I-Frame, is there any way to get photo from LIVE which is seen in the GUI ? 

    0
    Comment actions Permalink
  • Avatar
    Andrey Terentyev

    Hello,

    Could you please provide more detailed description with sceenshots  or a screencast demonstrating what are you doing, what is expected behavior and what is actual behavior as well as API invocation code expamples?

     

    0
    Comment actions Permalink

Please sign in to leave a comment.