Mobu 2019/2020 devicecamea demo does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm building a VCS plugin for Mobu which used to previze in MoCap. I have extended the devicecamera sample in OpenRealitySDK with changing camera position/rotation/zoom/optical center/recording/replaying, which used to simulate the shooting skill push/pull/sway. It works perfect in 2016/2017/2018 but 2019 and 2020. I have spent some time to find out what's going on, and there is nothing. Finally i test the orignal devicecamera demo in 2020, the camera can not move anymore. After i dig into the source code, the override function will not been called in 2019/2020 but it does in 2016/2017/2018.
virtual void DeviceCameraEvalData( FBDeviceNotifyInfo& pNotifyInfo );
When i compare the devicecamera sample code from 2016 to 2020, there is nothing matter changing. so this is a bug or mobu has changed the camera driven manner? I really need your help @Anonymous@Motionbuilder.
Thank you guys.