WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-06-2016, 07:42 AM
sankethrit2013 sankethrit2013 is offline
Registered User
 
Join Date: Apr 2016
Posts: 1
Webcam resolution issues

Hello Everyone,

I was working on getting webcam feed into vizard.

I am using a Genius F100 wide-angle webcam. It has a max resolution of 1080p. But vizard only seems to read in 640x480. All other software can capture 1080p or 720p from the same camera.

I have used two approaches to it.

video = viz.add('VideoCamera.dle')
cam1 = video.addWebcam(size = (1280,720))
pl.texture(cam1)
# its a plane that I have created and adding the camera video as texture

My second approach is:

import VideoVision
ar = viz.add('artoolkit.dle')
cam1 = ar.addWebCamera(size = [1280,720])


Am I doing something wrong or is it that Vizard does not have the drivers to read in more than 640x480 resolution?
Reply With Quote
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Capture the screen in high resolution Andy Vizard 0 09-30-2015 01:55 AM
Issues related to osg export and lightmapping Samuli Vizard 1 09-03-2015 05:40 AM
artoolkit no webcam showing vrmdl Vizard 3 03-10-2014 11:01 AM
How can I use a webcam to record a video in Vizard Zero Vizard 4 06-10-2010 03:53 AM
problems with webcam plug-in v-clizzin Plug-in development 2 01-25-2008 03:06 PM


All times are GMT -7. The time now is 04:21 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC