This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Appro DM8127 10Mpixel raw dump via FTP

Does anyone know how to take a 10 mpixel raw dump off of the Appro DM8127 Aptina mt9j003 sensor and send it without compression to a file via ftp? Frame rate is not an issue. I have the 3.0.0 software release from Appro to work from. I don't need the GUI so I can shut it down, I just need a command line executable. I am a novice developer so may I ask is there a recommendation of a starting point such as a demo program in the release that can be modified to support dumping the10Mpixel sensor? Some of the names of software modules in the video chain to use or modify and/or documentation of the same would be very helpful. - Thanks

  • Hi,

    Please set a below options in Rules.Make

    # Capture Display Use case
    CAPTURE_DISPLAY_MODE_ON := YES

    # Set this flag to "YUV" = YUV frames (secondary stream only) will do a round trip M3-A8-M3 to reach the SD display
    # Set this flag to "RAW" = RAW frames will be sent to A8 and then back to M3
    FRAMES_TO_A8 := YUV

    Modifying FRAMES_TO_A8 to YUV or RAW will allow you to to have Capture -> A8 -> Display. 

    The demo currently supports 1080P + D1 fro HDMI and SD Display. Please modify it for your 10MB.

    Regards

    Anith

  • Hi Anith Isac Mathew,

                        IF i enable CAPTURE_DISPLAY_MODE, then all encoders will be disabled. and it follows the HDMI/SD display path.

    instead of doing that, I want to disable my 1 of the encoder(out of H264/MJPEG/MPEG4). I want to stream the RAW-Video data using RTSP itself.

    currently the data path is : capture Raw ->encode(h264/mpeg4/mjpeg)->rtsp_streaming

                Expected path is : capture Raw------->rtsp_streaming(stream Raw itself) (frame rate is not an issue, as of now)

    Please can you tel me, how I can achieve this?

    Please let me know, if u want more inputs on this.

    I am using IPNC_RDK_V3.00 & DM8127 IPNC.

    Looking forward for your help.

  • Hi,

    Do you got the answer for what you ask for?

    Thank you.