Search found 7 matches

by BroncoBilli
Tue Apr 11, 2023 8:20 am
Forum: Motive
Topic: Bounty - TT_CameraFrameBuffer()
Replies: 0
Views: 30088

Bounty - TT_CameraFrameBuffer()

I'll send $100 to whoever figures out how to get TT_CameraFrameBuffer() to deliver me grayscale data on 1 camera... We're using the Prime 41s, but it could be for any camera. I've been stalled on this for a long time.
by BroncoBilli
Tue Mar 21, 2023 12:04 am
Forum: Motive
Topic: Gap filling broken in 3.0.2?
Replies: 0
Views: 29696

Gap filling broken in 3.0.2?

I can't seem to get gaps working at all in 3.0.2. I select the rigidbody, it shows my tracks fine. I select "next" and "previous" gaps and the graphs "go away" with nothing in the windows. I go back and select the rigidbody again and get my graphs back. I press "fi...
by BroncoBilli
Tue Feb 28, 2023 12:55 pm
Forum: Camera SDK
Topic: .net wrappers for c++ SDK
Replies: 46
Views: 133109

Re: .net wrappers for c++ SDK

Hm. I haven't seen this thread. I have been working on a few wrappers for the Motive/Camera SDK stuff. It might warrant a new thread. My stuff: 1. Creates a slightly smarter C++ API layer to do different housekeeping chores with the OT stuff. Like auto switching the stuff between the CameraSDK and t...
by BroncoBilli
Fri Feb 03, 2023 4:34 pm
Forum: Motive
Topic: TT_CmeraFrameBuffer
Replies: 1
Views: 1953

Re: TT_CmeraFrameBuffer

i modified the MotiveAPI sample "markers" to set camera 0 to "luma" mode, right after the call to TT_FlushCameraQueues(). I would have thought this would set the camera into luma mode, and it does say the call worked. But then, a subsequent call to TT_CameraFrameBuffer() returns ...
by BroncoBilli
Thu Feb 02, 2023 7:14 pm
Forum: Motive
Topic: TT_CmeraFrameBuffer
Replies: 1
Views: 1953

TT_CmeraFrameBuffer

I'm calling TT_UpdateSingleFrame() and getting the bytes out of our prime 41 (?) with TT_CameraFrameBuffer( 0, 2048, 2048, 0, 8, pLumaBuffer ). it's returning false. pLumaBuffer is full of 0's. It's not clear how this method is supposed to be called. I'm going off MotiveApi.h. 1. What is ByteSpan, t...
by BroncoBilli
Thu Jan 19, 2023 2:59 am
Forum: Camera SDK
Topic: Prime X focal point
Replies: 0
Views: 30842

Prime X focal point

The focus and fstop rings on the camera are manually set. Does the CameraSDK/Motive/etc not allow reading what these values are manually set to? Do you have an optical encoder in there? Should.
by BroncoBilli
Sat Jan 14, 2023 2:33 am
Forum: Motive
Topic: can't debug Motive API
Replies: 0
Views: 31056

can't debug Motive API

I'm linking to MotiveAPI.lib, in VS 2022, using the v143 compiler, x64 mode, and when i try to start debugging (with all the right dlls on the system in the right path), I see a dialog box that says "a debugger has been found running on your system. Please, unload it from memory and restart you...