stereolabs / zed-open-capture

Low level Linux camera driver for the ZED USB3 stereo cameras. API docs available here:
https://stereolabs.github.io/zed-open-capture
MIT License
98 stars 35 forks source link

Add support for MacOS #2

Open tanzby opened 4 years ago

tanzby commented 4 years ago

I try to build zed-open-capture on MacOS. All dependencies are satisfied but some Linux headers are not. Such as 'linux/usb/video.h'. Can you fix that?

[  7%] Building CXX object CMakeFiles/zed_open_capture.dir/src/videocapture.cpp.o
/zed-open-capture/src/videocapture.cpp:32:10: fatal error:  'linux/usb/video.h' file not found
#include <linux/usb/video.h>  // for UVC_GET_CUR, UVC_SET_CUR, UVC_GET_LEN
Myzhar commented 4 years ago

Hi @tanzby we planned to add "video grabbing support" for MacOS and Windows in the next months, giving priority to the highest number of requests

baidut commented 3 years ago

@Myzhar May I ask if it's working on windows now? Is there an installation tutorial for windows?

Myzhar commented 3 years ago

@baidut the support for Windows and MacOs has not yet been scheduled.

baidut commented 3 years ago

Thanks for letting me know!

ycvision commented 1 year ago

Hi @Myzhar, I'd like to follow up on this thread. Is there any update on the support for MacOS?

Myzhar commented 1 year ago

I'm sorry, but MacOS support is not planned.