Related Posts
  • Forum Post: Compiler & Libraries to build a basic demo

    I would like to build and download a basic app to the board but after installing it, T.I.'s Code composer, it requires a license file to use. I have the 5M sensor board but I seem to need a jump start to get things moving. Is there anything setup for the Eclipse IDE? Is there a freeware...
  • Forum Post: Source code / examples...

    Is the source avalibale for the demo of the IP camera? Can the application demo of the still picture capture app be converted to the VGA camera? Does any one have any more source code examples for the Leopard board?
  • Forum Post: aew example source code

    aew example source code is posted as below. http://code.google.com/p/leopardboard/issues/detail?id=2#makechanges This code can be used as a starting point to get an image from 5M pixel sensor B/D. YUV image can be hijacked in the line number 196 of "display.c" Will work with...
  • Forum Post: how to run ipipe_aew_leopard demo?

    Can anyone explain me the steps for running the ipipe_aew_leopard demo app? I think that by default it uses the MT9T001 sensor and I would like to use the MT9P031 sensor camera. So are they any settings when loading the driver that I need to set up? Thanks a million!
  • Forum Post: Capture_Create for LI-5M03

    Hi everyone, I have a little problem and I have run out of ideas; I am trying to use DMAI to capture frames from the LI-5M03. I can successfully used Gstreamer (gst-launch and in code) to grab frames without too much hassle but using pure DMAI it fails. I added " Dmai_setLogLevel(Dmai_LogLevel_All...
  • Forum Post: GStreamer pipeline for saving 5MP video from Leopard Board 365 into video file

    Hi, I am using the RidgeRun SDK and would like to do something very simple: save the video stream coming from the 5MP CMOS camera (MT9P031) into a video file such as avi, mpeg4 or h264. I have tried this: gst-launch -e v4l2src always-copy=false ! video/x-raw-yuv,format=\(fourcc\)UYVY, width...