You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Bisq 2 we added support for webcam by starting a new java process for the webcam app to reduce risks from the many dependencies on native libs we introduce with the webcam support.
This model worked well but requires some support from the build system.
We should port that Bisq 2 model over to Bisq 1 as well. It might require minimal code changes from the use of some common lib code, but those changes should be trivial.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
In Bisq 2 we added support for webcam by starting a new java process for the webcam app to reduce risks from the many dependencies on native libs we introduce with the webcam support.
This model worked well but requires some support from the build system.
We should port that Bisq 2 model over to Bisq 1 as well. It might require minimal code changes from the use of some common lib code, but those changes should be trivial.
The text was updated successfully, but these errors were encountered: