A Windows application that uses multiple webcams to capture human motion using AI. Captured motion can be exported via OSC (VMT, VMC) protocol or shared memory in real time, or saved as BVH files or FBX files. Hand tracking and face tracking supported.
บทวิจารณ์ทั้งหมด:
7 บทวิจารณ์จากผู้ใช้ - จำเป็นต้องใช้บทวิจารณ์จากผู้ใช้จำนวนมากกว่านี้เพื่อสร้างคะแนน
วันวางจำหน่าย:
30 ธ.ค. 2021
ผู้พัฒนา:
ผู้จัดจำหน่าย:
แท็ก

เข้าสู่ระบบ เพื่อเพิ่มผลิตภัณฑ์นี้ลงในสิ่งที่อยากได้ของคุณ ติดตาม หรือทำเครื่องหมายเป็นถูกละเว้น

ซอฟต์แวร์ระหว่างการพัฒนา

มีส่วนร่วมกับซอฟต์แวร์นี้ในขณะที่กำลังพัฒนา

หมายเหตุ: ซอฟต์แวร์ระหว่างการพัฒนานี้ยังไม่เสร็จสมบูรณ์ ซึ่งอาจจะมีหรืออาจจะไม่มีการเปลี่ยนแปลงเพิ่มเติมก็ได้ หากคุณไม่ตื่นเต้นกับการใช้ซอฟต์แวร์นี้ในช่วงสถานะปัจจุบัน คุณควรจะรอเพื่อตัดสินใจในกรณีที่ซอฟต์แวร์มีความคืบหน้าในการพัฒนาเพิ่มเติมมากกว่านี้ เรียนรู้เพิ่มเติม

สิ่งที่ผู้พัฒนาต้องการจะบอก:

เหตุใดจึงเป็นช่วงระหว่างการพัฒนา?

“Our application has already been used by a large number of users since its release in June 2021. We have received a lot of feedbacks on our Discord server, and we have upgraded our app more than 15 times so far, though many requests are still on the ToDo list. We are planning to continue upgrading as follows and accepting feedbacks from users.
Q1 2022:
- Add upper body only mode (=> Released in v1.15)
- Improve performance by reducing rendering (=> Released in v1.15)
- Add read/write function of setting preset
Q2 2022:
- Improve tracking accuracy using time series data
- Add data output format (=> Released in v1.16)”

ซอฟต์แวร์นี้จะอยู่ในช่วงระหว่างการพัฒนานานเท่าไรโดยประมาณ?

“For 1 to 2 years.”

เวอร์ชันเต็มได้ถูกวางแผนไว้ให้แตกต่างจากเวอร์ชันระหว่างการพัฒนาอย่างไร?

“In the future version, we plan to improve the user interface, reduce CPU/GPU usage, improve estimation accuracy, and add data output options.”

สถานะปัจจุบันของเวอร์ชันระหว่างการพัฒนาเป็นอย่างไร?

“Basically, all necessary functions have been implemented, and it is in a state where it can be practically operated in terms of load and accuracy, such as use with VR applications and send data to DCC tools or game engines.”

ซอฟต์แวร์นี้จะมีราคาเปลี่ยนแปลงไปหรือไม่ในระหว่างและหลังจากช่วงระหว่างการพัฒนา?

“We plan to raise the price as new features are implemented.”

คุณกำลังวางแผนให้ชุมชนมีส่วนร่วมในขั้นตอนการพัฒนาของคุณอย่างไร?

“We accepts suggestions and bug reports at our Discord server.”
อ่านเพิ่มเติม
ไม่รองรับภาษาไทย

ผลิตภัณฑ์นี้ไม่รองรับภาษาท้องถิ่นของคุณ โปรดตรวจสอบรายชื่อภาษาที่รองรับก่อนทำการสั่งซื้อ

ดาวน์โหลด MocapForAll Demo

ซื้อ MocapForAll

 
ดูกระดานสนทนาทั้งหมด

รายงานจุดบกพร่องและฝากข้อเสนอแนะสำหรับซอฟต์แวร์นี้บนกระดานสนทนา

เกี่ยวกับซอฟต์แวร์นี้

--------
PLEASE TRY DEMO VERSION FIRST
Make sure the app works in your environment before purchase. The demo version has limited functionality only for data export.
--------

This is a Windows application that uses multiple webcams to capture human motion using AI.

No special equipment required

You can capture human motion if you have the followings:
  • a middle range PC
  • 2 or more webcams
  • a room of about 2.5m x 2.5m
You can use regular webcams like the ones used in video conferences. You can also use apps that turns your smartphones or tablets into webcams.

Realtime with a middle range PC

For examples, it runs at
  • around 17 fps on Surface Pro 7 which does not have a dedicated GPU
  • 30 to 60 fps on GTX 1080 Ti

What you can do with MocapForAll

  • You can output captured motion to the network(*1) via VMT protocol(*2) and VMC protocol(*3) in real time.
  • You can save the captured motion to files in BVH format and FBX format.
  • You can output captured motion to the shared memory in real time.

(*1) Both VMT protocol and VMC protocol use UDP/OpenSound Control.
(*2) "VMT protocol" here refers to the message format used in the communication of Virtual Motion Tracker. The official HP of Virtual Motion Tracker does not use the word "VMT protocol", but MocapForAll uses the word "VMT protocol" for convenience.
(*3) "VMC protocol" is a message format used for communication between applications such as VirtualMotionCapture. Note that VirtualMotionCapture itself is not required for other compatible apps to communicate with each other using VMC protocol.

These allow you to do the followings:

Use in SteamVR via Virtual Motion Tracker
Through Virtual Motion Tracker, the capture motion can be used as virtual trackers in applications running on SteamVR.

Use in Unreal Engine4, Unreal Engine5, Unity
You can send the captured motion to Unreal Engine4, Unreal Engine5, or Unity for game development or video production.
  • Plugins for linking data directly to UE4, UE5, or Unity are available from the online manual.
  • As described in Use in other apps via VMC protocol, it is also possible to link by EVMC4U and VMC4UE using VMC Protocol.
  • A Unity sample to read data from the shared memory written by MocapForAll is available from the online manual.

Use in other apps via VMC protocol
You can send the captured motion to various applications via the VMC protocol. The following are confirmed to work:
  • Sending bones and facial expression morphs to Unity using EVMC4U
  • Sending bones and facial expression morphs to Unreal Engine using VMC4UE
  • Sending bones to Blender using VMC4B
  • Sending bones to VSeeFace, and receiving facial expression morphs from VSeeFace
  • Sending tracker to VirtualMotionCapture

Save animations to files
You can save the captured motion as BVH files and FBX files. It can be used with Blender etc.

Create programs to receive data
As the output specifications are open to public (except for FBX), you can even create your own programs to receive data from MocapForAll.

ความต้องการระบบ

    ขั้นต่ำ:
    • ต้องการโปรเซสเซอร์และระบบปฏิบัติการแบบ 64 บิต
    • ระบบปฏิบัติการ: Windwos 10
    • โปรเซสเซอร์: 1.1GHz quad-core processor
    • หน่วยความจำ: แรม 8 GB
    • พื้นที่จัดเก็บข้อมูล: พื้นที่ว่างที่พร้อมใช้งาน 2 GB
    • หมายเหตุเพิ่มเติม: Tested on Surface Pro 7
    แนะนำ:
    • ต้องการโปรเซสเซอร์และระบบปฏิบัติการแบบ 64 บิต
    • ระบบปฏิบัติการ: Windwos 10
    • โปรเซสเซอร์: 4.5GHz quad-core processor
    • หน่วยความจำ: แรม 16 GB
    • กราฟิกส์: Geforce GTX 1080 Ti
    • DirectX: เวอร์ชัน 12
    • พื้นที่จัดเก็บข้อมูล: พื้นที่ว่างที่พร้อมใช้งาน 2 GB

บทวิจารณ์จากผู้ซื้อ

ประเภทบทวิจารณ์


ประเภทการสั่งซื้อ


ภาษา


ช่วงวันที่
ในการดูบทวิจารณ์ตามช่วงวันที่ โปรดคลิกและลากการเลือกบนกราฟด้านบน หรือคลิกบนแท่งที่กำหนด

แสดงกราฟ



เวลาเล่น
กรองบทวิจารณ์ตามเวลาเล่นของผู้ใช้เมื่อบทวิจารณ์ถูกเขียน:



ไม่มีต่ำสุด ถึง ไม่มีสูงสุด
จอแสดงผล
แสดงบทวิจารณ์ตามลำดับการแสดงผลที่เลือกไว้





เรียนรู้เพิ่มเติม
แสดงกราฟ
 
ซ่อนกราฟ
 
ตัวกรอง
กำลังละเว้นกิจกรรมบทวิจารณ์นอกเรื่อง
เวลาเล่น:
ไม่มีบทวิจารณ์ใดเลยที่ตรงกับตัวกรองที่กำหนดไว้ด้านบน
ปรับแต่งตัวกรอกด้านบนเพื่อดูบทวิจารณ์อื่น ๆ
กำลังโหลดบทวิจารณ์...