Related Posts
  • Forum Post: VGA CAM on DM365

    Hi, I want to capture a video from the mt9v113 vga camera card and display it on the composite output. I am using the ridgerun dm365 beta sdk. Can anyone help? Eran.
  • Forum Post: New install for Leo 365 with RidgeRun SDK

    Does anyone have any updated installation / getting started instructions? All of the ones that I've read seem out of date, as they mention a RidgeRun bin file, that is not the file that RidgeRun now wants you to get. I've also had issues making the newest RidgeRun SDK as the installation...
  • Forum Post: Using RR DM365 SDK while waiting for the Leopard Board DM365 SDK

    Hello, Everything is in the title: while waiting for the Leopard Board SDK for DM365 (from Ridgerun), can I use the DM365 chip SDK to program my board. What are the differences? What should I take care of? Thanks, Mike
  • Forum Post: SD card bootable images

    Hi there I have downloaded the bootable sd card images for the RidgeRun site. Can anyone please tell me how I can make my own bootable sd card images? Is there a guide?
  • Forum Post: CMEM Error: init: Failed to open /dev/cmem: 'No such device or address'

    Hi Todd I have managed to get the leopardboard running. I then tried to take a snapshot with the following command and got the following errors. Could you please help me understand what is wrong here? / # FILE_NAME=VGA_jpeg_file.jpg / # gst-launch -e v4l2src always-copy=false num-buffers=1 ...
  • Forum Post: How to use leopard DVI Board(LI-DVI1)

    Hi I am planning to use leopard DVI Board(LI-DVI1) with leopard DM368 board. I want to use TI SDK. But I am not able to find tfp410 driver in TI SDK. Is there tfp410 driver for using DVI Board? if not,should I use Ridgerun SDK? I found how to use DVI Board(LI-DVI1) in Ridgerun SDK. URL:https://www.ridgerun...
  • Forum Post: Installing JPEGLIB

    Hi all. I need to use the jpeglib but can't get it installed. This is what I've tried: Included it with 'make config'. Copied $DEVDIR/fs/apps/jpeg-6b/arm and $DEVDIR/fs/apps/jpeg-6b/erc into $DEVDIR/myapps/cam In cam.c I have added the line : #include...
  • Forum Post: Cannot get zlib dependency when running make

    Hi, When running (Leopard Board SDK) make, it tries to find the dependency for zlib-1.2.5. But the download page http://zlib.net//zlib-1.2.5.tar.gz is 404 because version 1.2.5 doesn't exist any more! The latest version of zlib is 1.2.6. How can I update the makefile to point to the right version...