Questions tagged [odroid]

The Odroid is a single-board computer and a tablet computer created by Hardkernel Co., Ltd., an open-source hardware company located in the Republic of Korea.

The Odroid is a single-board computer and a tablet computer created by Hardkernel Co., Ltd., an open-source hardware company located in the Republic of Korea.

137 questions
2
votes
0 answers

No jniopencv_core in java.library.path on Odroid X2 Ubuntu 14.04

I am trying to get JavaCV running on my Odroid X2 ARM based board with Ubuntu 14.04 LTS. I have got a simple demo program, where I want to connect to a camera attached an output the video stream. On my windows PC it works perfectly, but running the…
tellob
  • 1,220
  • 3
  • 16
  • 32
2
votes
1 answer

USB to Serial communication problems for UBUNTU C

I am trying to control servos from C++ code on an Odroid-U2. I have the SSC-32 servo driver from LynxMotion attached to the Odroid using a Usb-Serial cord. Simple serial commands control the servos, such as "#n Puuu" followed by carriage return,…
Garrison_Laforge
  • 137
  • 2
  • 10
2
votes
2 answers

selected processor does not support Thumb mode `swp r3,sl,[fp]'

I am trying to build a C++ program for ARM in an ODROID X2 board by using Linaro 12.11. In the compiling process, I found this type of error, in which I couldn't find the answer: /tmp/ccsPcPGU.s: Assembler messages: /tmp/ccsPcPGU.s:5488: Error:…
maxximal
  • 23
  • 2
  • 6
2
votes
1 answer

OpenCV configure with TBB for ARM (Ubuntu, 3.0.63)

I'm trying to compile OpenCV libs with TBB support for odroid U2 (with Quad core ARM Cortex-A9 MPCore). I have no problem with compile current OpenCV (from github) without TBB. And also I have no problem with compiling TBB libs fron sources -…
Grammer
  • 321
  • 1
  • 4
  • 14
2
votes
1 answer

HTML5 Canvas slow on Odroid-X

I need a canvas animation as a background for a kiosk-application. I've got an Odroid-X board (detailed informations here) which i am testing the application on. I'm also testing them on a Samsung Galaxy Nexus Smartphone. My own animation and others…
Noudan
  • 35
  • 4
1
vote
1 answer

Draw to different linux framebuffers with Python?

I would like to draw on a non-standard linux frame buffer with python. I have a Odroid C4 SBC running Ubuntu, with a 3.2 inch LCD screen hat. The LCD is 320x240 16-bit color. I do most of my interaction with a monitor connected through hdmi. The…
user21979764
1
vote
0 answers

How to output a result on a odroid/raspberry pi such that the ssh connection made by go is able to read the output

I have made an ssh connection by using the go and the ssh package along which I am using stdout and stdin pipes to ensure that I can received and send multiple commands to an odroid board. My implementation works for standard ssh commands such as ls…
1
vote
0 answers

Compile OpenVswitch in Odroid XU4 has error

I am doing OpenVswitch compile in Odroid XU4 with the kernel module. I did execute the 'boot.sh' file and configure it with the Linux kernel module. But When I make OpenVswitch, there is an error when building the datapath kernel module. Here is the…
HEESOO KIM
  • 11
  • 1
1
vote
1 answer

Are drivers for android things compatible with the regular Android OS?

so my original goal was to install an external GPS module to a single board computer running android and be able to run navigation apps using the GPS data from the GPS module. I first tried using a raspberry pi 3 running android things. I bought a…
1
vote
1 answer

How to optimize the computation of a for loop using SIMD?

I am trying to accelerate a stereo matching algorithm on ODROID XU4 ARM platform using Neon SIMD. For this puropose I am using openMp's pragmas. void StereoMatch:: sadCol(uint8_t* leftRank,uint8_t* rightRank,const int SAD_WIDTH,const int…
Taki Eddine
  • 33
  • 1
  • 5
1
vote
0 answers

GStreamer: cannot link elements in `CvVideoWriter_GStreamer::open` running OpenCV C++ application

I am trying to run an OpenCV program that opens a USB cam and streams the video. The program compiles but when I run it I get the following GStreamer exception (which seems unrelated to OpenCV or the C++ source code): (TLD:5263): GStreamer-CRITICAL…
roschach
  • 8,390
  • 14
  • 74
  • 124
1
vote
0 answers

Caffe linking error, but ldd gives no error

I am building caffe on an Odroid with Ubuntu 16.04 but I get a linking error: [ 77%] Linking CXX executable compute_image_mean CMakeFiles/compute_image_mean.dir/compute_image_mean.cpp.o: In function `std::string* google::MakeCheckOpString
firion
  • 296
  • 3
  • 12
1
vote
1 answer

How to decode a video at a certain fps using ffmpeg

I am working on video decoding using FFmpeg. When I try to decode a video which is encoded with h265 at a certain fps (ex: fps=25), the result is a decoded video but at a different fps. How can I decode a video at exactly fps=25, even if I have a…
1
vote
0 answers

Cannot debug on Odroid (ARM CPU) using Qt SDK

i installed Qt creator on Odroid XU4 but it cannot debug. I configured the path debugger as attached picture configure debugger path but it still cannot work. Could you guide me how to resolve it?
1
vote
0 answers

Running Opencv Python code on Odroid (linux) with ROS kinetic: X11 error

On running a image processing algorithm on Odroid having ROS kinetic installed is unable to run. It shows an x11 error. I have tried to reset the x11 config but it doesn't seem to work. I am seriously stuck in my project. root@odroid:~# python…
1 2
3
9 10