Disable LTI-CIVIL capture devices.

cusax-fix
Sebastien Vincent 15 years ago
parent 9aae11943e
commit 089941209a

@ -203,7 +203,7 @@ private void onGoogleContactsEntry(GoogleContactsEntry entry)
@Override
protected void run()
{
GoogleContactsServiceImpl service = (GoogleContactsServiceImpl)
GoogleContactsServiceImpl service =
GoogleContactsActivator.getGoogleContactsService();
gQuery = new GoogleQuery(query);

@ -238,6 +238,8 @@ public void initializeVideo()
//FMJ
boolean fmjVideoAvailable = isFMJVideoAvailable();
/* disable LTI-CIVIL for now as we have native capture for all OS */
/*
try
{
if(fmjVideoAvailable)
@ -250,6 +252,7 @@ public void initializeVideo()
exc);
fmjVideoAvailable = false;
}
*/
if (OSUtils.IS_MAC) // QuickTime
{

Loading…
Cancel
Save