Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Possiblility of building with no GPU #245

Open
Tangelo1 opened this issue Nov 9, 2017 · 10 comments
Open

Possiblility of building with no GPU #245

Tangelo1 opened this issue Nov 9, 2017 · 10 comments

Comments

@Tangelo1
Copy link

Tangelo1 commented Nov 9, 2017

Would it be at all possible to build and run just the camera capture software, standalone with no GPU just integrated graphics?

@Tangelo1 Tangelo1 closed this as completed Nov 9, 2017
@aparrapo
Copy link
Contributor

Hi @Tangelo1, you would have to disable the code that does preview. We don't have a flag for it though, I'm afraid you would have to commented it out by hand. I can help you debug if you post your progress here :)

@Tangelo1 Tangelo1 reopened this Nov 27, 2017
@Tangelo1
Copy link
Author

Hey @aparrapo I think we're gonna go through with it. Where's the code we'd need to disable?

@aparrapo
Copy link
Contributor

There are several places in the camera capture code that refer to preview. One place you could start is here:

https://github.com/facebook/Surround360/blob/master/surround360_camera_ctl_ui/source/CameraController.cpp#L360

Try to comment out that loop and see if that takes care of it.

@Tangelo1
Copy link
Author

I commented out the code that refers to preview. It still wont build but I don't know if it's related to the gpu issue or not

@Tangelo1
Copy link
Author

I rebuilt OpenCV as well and it's still giving me trouble building it.

@aparrapo
Copy link
Contributor

Can you paste the compiler output?

@Tangelo1
Copy link
Author

image

@aparrapo
Copy link
Contributor

aparrapo commented Jan 5, 2018

Is that the output after commenting out the code mentioned above, or before? I'm trying to understand if it never compiled, even with a fresh download.

@jpspgd
Copy link

jpspgd commented Jan 22, 2018

I'll check with @Tangelo1 but I'm pretty sure that's after he made the change you suggested.

@Tangelo1
Copy link
Author

Tangelo1 commented Jan 22, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants