What should happened at the ImxDeviceSource::doGetNextFrame()?
1.Does the function should return only when a frame is valid (and
return the poiter and size)
No. Your "doGetNextFrame()" should *not* block. It should return
immediately, even if no frame is currently available for delivery.
Ross,
I am still tyring to understand the live capture issue.
I imlemented the framer (H264LiveVideoStreamFramer) and the source
(ImxDeviceSource)
Now, when the following chain is being called:
H264FUAFragmenter::doGetNextFrame() ->
H264LiveVideoStreamFramer::doGetNextFrame() ->
ImxDeviceSource:
I am trying the stream the live captured h.264 encoded bit stream through
the OnDemandRTSP server.
I did modified the OnDemandRTSPServer application to read the .h264 file and
could successfully stream the file.
Now I would like to stream the live camera captured h.264 encoded bit
stream, What c
Hi ,
I am trying the stream the live captured h.264 encoded bit stream through
the OnDemandRTSP server.
I did modified the OnDemandRTSPServer application to read the .h264 file and
could successfully stream the file.
Now I would like to stream the live camera captured h.264 encoded bit
stream, Wha