Search found 124 matches

by Scott Uhlrich
Fri Jan 19, 2024 1:29 am
Forum: OpenCap
Topic: Multiple Gait Trials Data Averaging
Replies: 3
Views: 500

Re: Multiple Gait Trials Data Averaging

There's not code in our repositories that does that explicitly at the moment.
by Scott Uhlrich
Fri Jan 19, 2024 1:27 am
Forum: OpenCap
Topic: data collection length
Replies: 1
Views: 278

Re: data collection length

There is not, unfortunately. It has to do with file sizes for upload and sharing computational resources. You could set up 2 capture volumes, alternate recording, and stitch the trials together later.
by Scott Uhlrich
Tue Jan 16, 2024 10:41 pm
Forum: OpenCap
Topic: Setup and Calibration Questions
Replies: 3
Views: 594

Re: Setup and Calibration Questions

The height of the checkerboard doesn't matter.

3 cameras adds robustness to occlusion, since every body part needs to be visible to at least 2 cameras at each timeframe; however, we've found that adding a 3rd camera doesn't necessarily add accuracy for activities where there is not much occlusion.
by Scott Uhlrich
Tue Jan 16, 2024 10:38 pm
Forum: OpenCap
Topic: Shoulder Girdle Rotation
Replies: 2
Views: 402

Re: Shoulder Girdle Rotation

Since the entire trunk is modeled as a rigid body, the rotation of the shoulder relative to the pelvis is entirely defined by the lumbar joint. You can check out the euler sequence of the lumbar joint in the .osim file to see where lumbar_rotation falls in the sequence. Since it is an euler angle, i...
by Scott Uhlrich
Fri Jan 12, 2024 10:48 pm
Forum: OpenCap
Topic: Setup and Calibration Questions
Replies: 3
Views: 594

Re: Setup and Calibration Questions

Please check out the information and videos here https://www.opencap.ai/best-practices

1) 2 cameras is fine for gait at ~30deg. If you want a 3rd, I'd put it just off of center.
2) the checkerboard needs to be perpendicular to the ground (see link above)
3) ~3m from camera is good
by Scott Uhlrich
Fri Jan 12, 2024 10:45 pm
Forum: OpenCap
Topic: Best camera setup and possibility of having the third camera behind the subject
Replies: 1
Views: 342

Re: Best camera setup and possibility of having the third camera behind the subject

All cameras need to be able to see the checkerboard, so you cannot have one behind the subject in this case. The optimal setup very much depends on the activities you care about and your desired capture volume. Every body part needs to be visible to at least 2 cameras at all times, so if you have oc...
by Scott Uhlrich
Fri Jan 12, 2024 10:34 pm
Forum: OpenCap
Topic: Error creating new account on app.opencap.ai
Replies: 2
Views: 294

Re: Error creating new account on app.opencap.ai

Thanks for pointing this out. It should be fixed now if you want to try creating an account again.
by Scott Uhlrich
Fri Jan 12, 2024 5:07 pm
Forum: OpenCap
Topic: Knee valgus, endo/exo-rotation
Replies: 5
Views: 1024

Re: Knee valgus, endo/exo-rotation

The KAM is computed using joint reaction analysis after the simulation. See code antoine posted above. If you are using a different model (eg with a knee adduction dof), you will need to change some things in the simulation.
by Scott Uhlrich
Wed Jan 03, 2024 12:14 pm
Forum: OpenCap
Topic: CMake error when running example_kinetics
Replies: 11
Views: 1575

Re: CMake error when running example_kinetics

Anaconda or Visual Studio with C++?
by Scott Uhlrich
Wed Jan 03, 2024 10:18 am
Forum: OpenCap
Topic: Question about recording time
Replies: 3
Views: 465

Re: Question about recording time

If at least 2 cameras cannot see all keypoints on the person, it will assume they have left the frame and trim the trial. If this problem is showing up with prosthesis users, my guess is that the pose detection algorithm is not recognizing some of the joints on the prosthesis. The more like a biolog...