Use this tag for physically moving systems. For example robots, or electronic or pneumatic actuators.
Questions tagged [motion]
584 questions
1
vote
0 answers
Wrong mutt smtp server from Motion
I'm using Motion to manage a camera and it works perfectly.
I've configured mutt so it can send emails when an event occur on the camera.
When I send an email via mutt by myself it works every times.
But when it's motion that send the email, the…

carbonAdr
- 17
- 3
1
vote
0 answers
penryn web starter kit by aristide benoist
I am using Aristide Benoist(https://www.aristidebenoist.com) Penryn starter web development kit - https://github.com/ariiiman/penryn-starter and am getting the following error on yarn dev - ErrorController.js is asking for…

John Milner
- 11
- 3
1
vote
1 answer
Access compass data in Mobile Web / HTML5
I'm making AR Mobile Web App, and my current goal is to show some events on the camera screen. For example, if there is fire in direction north from me, I want to point phone to north, and fire logo should be visible there.
My problem is - how can I…

Coelacanth
- 597
- 1
- 5
- 18
1
vote
0 answers
how to convert a WPF ellipse to motion path using C#
Hi all
Its hard to explain what I need and I really don't know if that is actually can be accomplished or not.
anyway, I have created two circles using blend.
now what I want is to convert the first circle to a motion path then attach the second…

Desolator
- 22,411
- 20
- 73
- 96
1
vote
1 answer
Vim: f motion to accented char in US international
To find the next character one the line, one simply use the f key. It works well with standard char.
Say, for the following line:
one line of text.
If I want to go to the first "t", I just type f, t.
However, for the following line:
one line with…

benichka
- 925
- 1
- 11
- 32
1
vote
0 answers
streaming raspberry webcam to apache2
I'm trying to display in a webpage the content that is being recorded with a webcam connected to a raspberry pi model B. For this purpose, I have installed both apache2 and motion in my pi.
When I enter my pi's IP address and a port number…

paulzaba
- 91
- 6
1
vote
1 answer
Webcam motion Detection using AForge C#
I am using code for motion detection webcam using Aforge. When running the program, it can run perfectly, but when edit libel1 "motion Detection" and libel2 "no motion Detection" it cannot running. Why?
The code I'm using for motion detection:
…

Bakry JB Banafa
- 11
- 2
1
vote
1 answer
tkinter Frame does not detect event
Why tkinter.Frame in python does not work with someframe.bind("", somefunc)? In this case somefunc does not get executed. Can someone please explain this to me?
code:
self.frame.bind("", tippy.update)
If I bind this to for example…

Jakub Bláha
- 1,491
- 5
- 22
- 43
1
vote
0 answers
SVG animations and Android/iOS development
I created some animations for a mobile app, now I need to provide assets for Android and iOS developers.
Usually we use a PNG sequence. But I really want to find a solution to migrate to 'vector' (I mean not raster) elements.
I can deliver very…

Riccardo Vescovo
- 51
- 1
- 6
1
vote
0 answers
Circular motion and velocity vector. Movement on a rotating propeller
I am making a minigame in which a player can jump on to a spinning propeller. I am having two, possible, related bugs that I cannot track down.
When not on the propeller, movement is simply done by adjusting the players velocity vector and adding…

user2913053
- 93
- 1
- 9
1
vote
1 answer
CNTK Output Feedback
I want to implement a CNTK Network that is able to learn a linear motion model. Similar to a Kalman Filter task the Network will receive measurement data from an accelerometer and should output a change in the current position.
dx = v_0 * dt + 1/2 *…

Strice
- 13
- 3
1
vote
1 answer
How to Animate Scatter Plot over Time Using Python
Time M1 M2 M3 M4 M5
1 1 2 3 1 2
2 1 3 3 1 2
3 1 3 2 1 3
4 2 2 3 1 2
5 3 3 3 1 3
6 2 3 4 1 4
7 2 3 4 3 3
8 3 4 4 3 4
9 4 4 …

user7246029
- 31
- 1
- 5
1
vote
1 answer
How to convert 3D skeltal data to Euler representation like Kinect?
The CMU motion capture data stored the skeleton of each frame as Euler angles. It is easy to convert the Euler angles to 3D points by using Mocap Toolbox. But I wondered how to do the inverse operation? It seems like the Kinect has the same…

Bing Zhou
- 11
- 2
1
vote
0 answers
Tracking motion of a convex hull
I have two convex hulls and I was just wondering if anyone knows of any good algorithms or resources/ has any ideas on how to compare the position of one convex hull to another?
Distance, orientation and similarity would be a great start.

John Doe
- 19
- 2
1
vote
0 answers
Motion Vector from Coordinates and Motion Model Fitting
I have written a script that uses OpenCV to detect keypoints on 3 consecutive frames, then finds the points that are matched in all 3 images. What I try to do is to estimate a motion vector by monitoring the coordinates of each matched point. Then…

Nikos
- 198
- 1
- 9