Hi all,
we buy a DM8127 IPNC. And we read the sources and have no find single H.264 or Mjpeg setting. And it only define the following use case. It we want only get single H.264 or single Mjpeg(10M), how to modify the source? Can you give us some advices? Thanks a lot!
/**
\brief System use-case's
Inter-connection of sub-system's and internal HW processing
block's depends on the system use-case that is selected.
*/
typedef enum
{
VSYS_USECASE_MULTICHN_TRISTREAM_LOWPWR,
/**< Video Capture to Video Encode use-case for 1080p60+D1+JPEG. \n
This is for Survillence tri stream IPNC use-case.
*/
VSYS_USECASE_MULTICHN_TRISTREAM_FULLFTR,
/**< Video Capture to Video Encode use-case for 1080p60+D1+JPEG. \n
This is for Survillence tri stream IPNC use-case with VNF applied on first stream.
This is a full feature usecase with VNF and Facedetect applied
*/
VSYS_USECASE_MULTICHN_TRISTREAM_DSP,
/**< Video Capture to Video Encode use-case for 1080p60+D1+MJPEG(pass-through DSP). \n
This is for Survillence triple stream IPNC use-case while the MJPEG stream passes through DSP.
*/
VSYS_USECASE_SINGLECHN_DISPLAY,
/**< Video Capture to Display use-case for 1080p60. \n
This is for Survillence Single stream IPNC use-case.
*/
VSYS_USECASE_MAX
/**< Maximum use-case ID */
} VSYS_USECASES_E;