dgatwood / ndi_camera_control

An NDI-based and VISCA-based pan-tilt-zoom controller for Raspberry Pi or Rock Pi (with limited support for debugging on macOS).
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

NDI|HX3 #10

Open gilliangoud opened 7 months ago

gilliangoud commented 7 months ago

I ran into some problem connecting to a Obsbot tail air, which uses HX3. The NDI sdk would just display "NDI Video decoder not found"

I was able to resolve with by using the ndi and ndi_hx libraries that the Dicaffeine project uses. Switching the camera to h264 encoding (from h265) made the stream usable but choppy. Using the --fast flag made the controller just perfect.

I'm not sure yet on how to implement this back into this repository or what a proper solution would be. However, if I don't create this Issue I will most definately forget about it.