I want suspend D1 H264/MPEG4 stream first, capture a 5mp jpeg piture, then resume the D1 H264/MPEG4 video stream when trigger by external signal
I haven't IPNC368 camera or devkit current, I think It seems has two method:
1. Suspend the H264/MPEG4 video stream, switch to snapshot mode to get the picture, then resume the D1 H264/MPEG4 video stream.
The problem is no seperate appro api function can "switch to snapshot mode to get the piture" when video stream suspend.
the appro picture capture method seems just only extract frame from the active video stream, thus the picture size can't
large than video resolution.
2. Initiate a active D1 H264 and a companion suspend MJPEG stream at start, when capture pictrue, suspend the H264 stream,
active the MJPEG stream and set 5mp resolution, extract frame from the MJPEG stream, then active H264, suspend MJPEG again.
Anyone can get some help? The video stream "resume" is possible? or must reinitialize?