I have pip installed the record3d library into a python virtual environment.
I'm on Ubuntu 22.04. With following libraries:
opencv 4.11.0.86
numpy 2.2.4
record3d 1.4
python 3.10.14
Here is the setup:
- An iphone 12 pro plugged in via USB, set to USB streaming.
- start the app and press the red record button.
- launch the
python demo-main.py script.
- Script prints 1 device found and phone show 'Connected, streaming RGBD video'
- Script appears stuck on line 47,
self.event.wait(), no frame is displayed.
Can someone suggest what is setup and app settings are required to get a minimum working demo and receive RGBD frames?
I have pip installed the record3d library into a python virtual environment.
I'm on Ubuntu 22.04. With following libraries:
opencv 4.11.0.86
numpy 2.2.4
record3d 1.4
python 3.10.14
Here is the setup:
python demo-main.pyscript.self.event.wait(), no frame is displayed.Can someone suggest what is setup and app settings are required to get a minimum working demo and receive RGBD frames?