RV1106, USB Cam (YUYV) -> Hardware encoder (264) ->RTSP possible?

  • Hi,

    Thank you for the reply.
    Could you please tell me, if VENC support YUYV as a source?
    Like this:
    h264_frame.stVFrame.enPixelFormat = RK_FMT_YUV422_YUYV; // YUV
    //h264_frame.stVFrame.enPixelFormat = RK_FMT_RGB888; // RGB
    When I feed it with RGB data - it works.
    If I try to feed it YUV422 (usb camera produces only YUYV format) - it hangs.
    Of course I use different size of buffers for YUUV and RGB...
  • venc can support YUYV as source. I tried.