VideoInputFrameArrived timeout

Ask software engineering and SDK questions for developers working on Mac OS X, Windows or Linux.
  • Author
  • Message
Offline

Kirill Joss

  • Posts: 1
  • Joined: Tue Apr 28, 2015 11:27 am

VideoInputFrameArrived timeout

PostTue Apr 28, 2015 11:54 am

I'm developing a program for grab frames from Intensity Shuttle.

I use Intensity Shuttle Thunderbolt device on MAC mini(Mid 2011) with MAC OS X v10.10.3.
Used last BM driver v10.4 and last SDK 10.4.

When input video signal disappears the video grab callback function not call and return timeout error (instead setup NO INPUT SIGNAL flag).
This occurs most often when selecting HDMI/HD1080i6000 or HDMI/HD720p60 video connection/format.
Often after a device's timeout the video stream not available from MediaExpress.
Reboot computer return device to workings state.

Log with problem:
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[387], start() : start()
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[393], start() : Set video input source:Component
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[406], start() : Obtain an IDeckLinkDisplayModeIterator to enumerate the display modes supporte
d on output
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[419], start() : Find defined video mode ...
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[424], start() : Find displayMode=NTSC
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[424], start() : Find displayMode=NTSC2398
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[424], start() : Find displayMode=PAL
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[424], start() : Find displayMode=NTSCp
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[424], start() : Find displayMode=PALp
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[424], start() : Find displayMode=HD1080p2398
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[424], start() : Find displayMode=HD1080p24
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[424], start() : Find displayMode=HD1080p25
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[424], start() : Find displayMode=HD1080p2997
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[424], start() : Find displayMode=HD1080p30
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[424], start() : Find displayMode=HD1080i50
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[424], start() : Find displayMode=HD1080i5994
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[424], start() : Find displayMode=HD1080i6000
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[426], start() : FOUND displayMode=HD1080i6000 !!!
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[433], start() : DoesSupportVideoMode(displayMode=HD1080i6000 pixelFormat=bmdFormat8BitYUV flag
s=0) return 1 - OK!
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[457], start() : EnableVideoInput(displayMode=HD1080i6000 pixelFormat=bmdFormat8BitYUV flags=0)
result=00000000h
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[464], start() : EnableAudioInput(sampleRate=48000 sampleType=16 channelCount=2) return=0000000
0h
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[471], start() : StartStreams() result=00000000h
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[603], VideoInputFrameArrived() : #50: No input signal detected
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[641], VideoInputFrameArrived() : #50: GRAB
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[694], grabFrame() : getFrame:error=6
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[482], start() : Frame error=6
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[490], start() : start() return S_OK
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[603], VideoInputFrameArrived() : #51: No input signal detected
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[641], VideoInputFrameArrived() : #51: GRAB
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[694], grabFrame() : getFrame:error=6
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[603], VideoInputFrameArrived() : #52: No input signal detected
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[641], VideoInputFrameArrived() : #52: GRAB
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[694], grabFrame() : getFrame:error=6
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[603], VideoInputFrameArrived() : #53: No input signal detected
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[641], VideoInputFrameArrived() : #53: GRAB
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[694], grabFrame() : getFrame:error=6
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[603], VideoInputFrameArrived() : #54: No input signal detected
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[641], VideoInputFrameArrived() : #54: GRAB
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[694], grabFrame() : getFrame:error=6
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[603], VideoInputFrameArrived() : #55: No input signal detected
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[641], VideoInputFrameArrived() : #55: GRAB
Apr 27 01:59:25 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[694], grabFrame() : getFrame:error=6
Apr 27 01:59:28 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[689], grabFrame() : ETIMEDOUT, return FRAME_TIMEOUT
Apr 27 01:59:28 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[694], grabFrame() : getFrame:error=10
Apr 27 01:59:31 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[689], grabFrame() : ETIMEDOUT, return FRAME_TIMEOUT
Apr 27 01:59:31 n-2-e.stbtp decklink[1689]: DeckLinkDevice.cpp[694], grabFrame() : getFrame:error=10

Return to Software Developers

Who is online

Users browsing this forum: burnnick and 10 guests