Recent content by TJtheJuggler

  1. T

    Predicting projectile peak based on vector points

    Thanks voko! You say that initial height is to be determined, but would it not just be 0? if not, and it is an unknown then won't that always leave me with an unknown since I can't solve equations with 2 unknowns(or can I?) I tried leaving (Yo) as an unknown and plugged my variables into the...
  2. T

    Predicting projectile peak based on vector points

    Holy cow, that was fast! thank you so much voko! Allright, so here are 3 actual values(pulled off a chart i found since my object tracker is not precise enough yet), what info do i need to extract from them, or what equation would i plug them into? (t,x,y) (0.05, 0.2, 0.13775) (0.1, 0.4...
  3. T

    Predicting projectile peak based on vector points

    So now that I have this typed up, I think I may have just had an epiphany. I may be off on this, but in the real world the force of gravity is (9.81 m/s2), however, in order to take gravity into account here I need to have a gravity force that is in pixels, not meters. I am not sure but it seems...
  4. T

    Predicting projectile peak based on vector points

    hey folks, I am making a program that uses object tracking to watch a juggling pattern and plays notes based on the peaks of the balls. I want to predict when/where(x,y) a peak will happen before it does and what i have to work with is when/where(x,y) the ball appears in each frame. I have...
Back
Top