Questions tagged [dmp]

Digital Motion Processing™ is an engine that offloads complex motion fusion, sensor timing synchronization and gesture detection.

DMP™ is the abbreviation of Digital Motion Processing™.
The purpose of the DMP™ is to offload both timing requirements and processing power from the host processor.
Typically, motion processing algorithms should be run at a high rate, often around 200Hz, in order to provide accurate results with low latency.
This is required even if the application updates at a much lower rate for example, a low power user interface may update as slowly as 5Hz, but the motion processing should still run at 200Hz.
The DMP™ can be used as a tool in order to minimize power, simplify timing, simplify the software architecture, and save valuable MIPS on the host processor for use in the application.

62 questions
0
votes
0 answers

How to debug a window service dump file (.dmp) in Visual Studio 2015

I have been provided with a dump files of a window service application, (let's say CalendarService.dmp and CalendarServicemini.dmp). Tester has been reporting the issue of high CPU utilization (almost 100%) while window service is running on test…
Ajendra Prasad
  • 299
  • 1
  • 8
  • 22
0
votes
1 answer

mpu6050 sensor value become unstable when i use pulseIn() function

Hello i am in making quadcopter(drone) using arduino uno. I have problem about pulseIn function. I found dmp filter open source. and I add 4 lines pulseIn function in loop function in order to receive value from transmitter receiver. When i add this…
ILWOO KIM
  • 51
  • 1
  • 3
0
votes
1 answer

Oracle 12c sample schema olaptrain is not importing tables

OLAPTRAIN12232009.dmp file is not importing tables into 12c database.I followed the procedure found at http://www.oracle.com/technetwork/testcontent/readme-098894.html. but the tables are not in c##olaptrain user's tables folder.Any idea would be…
0
votes
0 answers

analyzing dump file with VS from a different pc

I am trying to analyze a dump file generated in a testing environment pc , on my pc with VS. When I create a dump file ( using procdump ) on my pc and open it in VS I can see my code in the threads window. But when running the same binaries on a…
jacob
  • 1,397
  • 1
  • 26
  • 53
0
votes
1 answer

Pocketsphinx Raspberry Pi error reading dmp file

I'm trying to use pocketsphinx with python on a Raspberry Pi 2 B. But when I create the Decoder and it tries to read the dmp file, it throws me that : INFO: ngram_model_trie.c(562): ngrams 1=62304, 2=18541132, 3=23627127 calloc(23627127,8) failed…
0
votes
1 answer

How does cookie syn between DSP and DMP work

On mobile ,3rd party cookies are not allowed. Any idea how does DSP and DMP work to identify user data?
Aimar
  • 17
  • 3
0
votes
0 answers

I can only export part of my tables with exp command(Oracle11g)

I use command exp SYSTEM/SYSTEM@dbInstance owner=user file=c:\exp.dmp to export my tables. The result is only 4 tables has been exported. But when I use sqlplus with this user and use SQL select table_name from user_tables to show the tables of…
Neo Jiang
  • 11
  • 2
0
votes
1 answer

DMP MPU 6050 using STM32F4

I am trying to combine both data (accelerometer and gyroscope) from my MPU 6050 to get pitch, roll, and yaw value. I've able to get the accelerometer and gyroscope data, but I had problems combining it. I use Keil uVison as my IDE. Has anyone ever…
Janice Kartika
  • 502
  • 1
  • 3
  • 14
0
votes
1 answer

Get static values from MPU6050 DMP

I have a problem in getting clear and not jumping values from MPU9050 DMP. I used Jeff Rowberg's code. The problem is when I use the code all is perfect, YPR is very smooth. But when I use that in my program with delay I have jumping values over…
keivan
  • 29
  • 2
  • 9
0
votes
1 answer

Has anyone used Arduino Fio with an MPU 6050?

I am having trouble using the MPU 6050 DMP with my Arduino Fio. I have been using the code provided by https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/MPU6050 and I am having a really tricky time getting it to work appropriately. My…
0
votes
2 answers

A program I support is crashing with SIGSEGV but I can't from the .dmp file

As per the title, I can't locate any dump files when this program I support is crashing. The application's logs clearly mention its a SIGSEGV exception, but I have searched my entire hard drive, and there are no .dmp files anywhere to be found. The…
sparco1500
  • 187
  • 3
  • 15
0
votes
1 answer

Open an Oracle .dmp file from excel 2007

I have an oracle .dmp file which I would like to open from excel 2007. How do I use the 'get external data' feature to do so? Is it possible in the first place?
richie
  • 17,568
  • 19
  • 51
  • 70
0
votes
4 answers

import dmp file into a new install of oracle xe

I'm trying to import a *.dmp file from the database of a client into a new install of Oracle XE 11.2.0. I'm new to Oracle DB, I always used MySQL, so I have searched the forum and used the command from cmd…
Andrea
  • 336
  • 2
  • 9
  • 32
-1
votes
2 answers

How can I read oracle dmp file every hour via python

I need to read data from the dmp file every hour to create a dashbord, this is the only way to get the data, and I have no experience with oracle, What are the steps required to read data from Python?
-1
votes
1 answer

how to import a dmp table from oracle to mysql?

So i have a low of dmp files that were to make tables in my sql developer database is there a way I could use those same dump files for my mysql database tables?
Alejandro
  • 1
  • 1