Jump to content

Daniel B. Chapman

Member
  • Posts

    68
  • Joined

  • Last visited

Everything posted by Daniel B. Chapman

  1. I'd love a response on this thread. It has been roughly six months since I re-raised this issue and I'm curious why there's so little response especially considering the broken state of Vision 2017 in regards to video capture. Here's a link to a simple OpenFrameworks example (I'm going out on a limb to say you're using Qt so it isn't really all that foreign as OpenFrameworks is just a collection of standard OpenGL libraries). The receiver code is less than 500 lines in total. If we can't get resonable capture card support I would like the ability to implement it myself via Spout or Syphon. https://github.com/leadedge/Spout2/tree/master/SpoutSDK/Example/ofSpoutExample/src/ofSpoutReceiver
  2. Edward, Wouldn't it make more sense to implement a shared texture capture rather than try to support every card under the sun? The VJ community has had wild success with Syphon on Mac and a large number of media servers support Spout/Syphon or both (for the few cross platform devices). The lack of video capture in Vision has effectively killed my workflow. Vision 2017 does not support a FaceTime camera out of the box (Windows or OSX) or any other "Virtual" cameras that I've tried to creatively pipe data in. I have no idea what you're using on the back end but it would seem to me that you need to implement a shared texture. Can we please get an update on this? I now have a bug report out that's coming close to a year on this issue. We're officially in "unacceptable" territory here for customer support--it is clear that I'm not the only designer who is annoyed that Vision is useless for visualizing projection designs at the moment.
  3. Can we get a list of the supported video capture cards? I would really like to see Blackmagic and Virtual Webcams added to the list. This has been a very rough year for projector previsualization in Vision and I'd like to see if this is solved/working.
  4. Jim, I'm also tagging this. I've raised a formal support ticket as well. I have a ballet and two operas that I would really like to have Vision available for. I've edited my above post to display a picture of the problem in Windows 10 (using a virtual cam). However I have the exact same problem on MacOS/Facetime (physical camera) (Macbook Pro Mid 2010 with Discrete Graphics). Can we get an update on this? It is clearly a critical bug and I'm wondering if the development team has a "clean box" that they are testing on because they seem to be unable to reproduce the error based on my last conversation with them. I'm happy to allow a remote debugging session if that's what it takes to solve this problem.
  5. Jim this was a phone-support request. I don't have a thread on it, I can probably drum up some e-mails if that helps. Eddie should have some knowledge of it. The attached image sums up the problem, web cams (virtual or otherwise) don't show up in the video capture dialog on either my Windows PC or my Mac. Vision 2.2 has the same problem.
  6. I wanted to check in to see if there has been any progress on the Video Capture bug I raised a month or so ago. I have another pair of projects at a moderate scale and I would prefer to use Vision for my projector layouts. What's the status of the camera inputs?
  7. I think these topics were raised quite a long time ago but it might be worth revisiting now that it looks like Vision Instruments are native in Vectorworks 2017 Is there any way to synchronize the following features linked into the ESC Export? These would be a great help to designers working with a large number of conventional fixtures. 1) Focus Points (conventional fixtures focused upon export in Vision) The focus point question is self explanatory, this would save a lot of time coming from a Renderworks model even if there were some minor problems with accuracy. It sure beats focusing by mouse click. 2) Model Views (2D presentation layers represented correctly in Vectorworks 3D) exported directly to Vision from the Viewport. A simple example of this is a lighting boom. Right now my 2D drawings comes in as 2D and the 3D drawing isn't really presentable. As a result I have to have two files or a file with multiple entries for each light. Right now everything in the Vision workflow is pure-3D and while that's fine for the modeling phase extrapolating that into something that I can present to a working crew is basically a new drawing. In a perfect world what I have in my 3D model would be accurately represented in Vision so I could make some changes to the set or plot and just update my model without rethinking things or making duplicate layers (one 3D and one 2D) for my drawings. Unfortunately the combined 2D/3D workflow wrecks havoc on the paperwork side of things so this is a constant headache. 3) Document Origin Right now it looks like Vision exports geometry based on the center for that geometry (which makes sense) but it makes positioning something inside Vision with accuracy very difficult. It would be nice to have some parity between the Scene Graph and Vectorworks origin. Obviously that is happening somewhere in the process, but in translation the ESP origin isn't the same. If I'm wrong about this it would be great to have some documentation on how to achieve it. I've done a fair amount of looking around this week.
  8. I'd love to see Syphon/Spout integration for ESP Vision. The ability to share an OpenGL context from a processing sketch or other application into vision would make the workflow much easier for multi-projector preprogramming. Spout can be found here and has fairly wide support on the Windows operating system: https://github.com/leadedge/Spout2 Syphon is native in OSX and really we just need a hook to pull in the Syphon context in OSX. Is this a possibility?
  9. - Regarding this: It would be great to see this as a feature, the visualization pallet is irritating and my students, across the board (MFA/BA's), have asked if there's a way to do it a suggested here.
  10. Thanks for the quick reply! I completely agree for rendering a complex scene, however for simple worksheets in a complex 3D model (say, a ceiling in thrust consisting of latticework) OpenGL would be a GREAT TOOL for figuring out the position without resorting to time consuming rendering modes or complex worksheets. Renderworks is impractical--at best--for worksheets. There's no reason this can't be fixed the engine is more than capable of rendering decent shadows. I'm not looking to check shots on templates or compose massive scenes, I'm looking to focus a light in a 3D model and get a feel for how that might work in imperfect shot. If this isn't on the feature list it should be. EDIT For whatever it is worth I just cut a hole (made the light a shell which is probably a terrible idea on large models) and it works fine for narrow beam angles. This 50 Degree doesn't work well, but the 19 was fine. This can easily be implemented with revolving about the a rail. If you're willing to have silly looking fixtures I'm sure the wider angles would be fine. (I matched the beam/field) to sharpen it. https://www.dropbox.com/s/a394qfw4o69sa1m/Workaround.PNG?dl=0
  11. Jim, I think you're missing the point here. In OpenGL mode with "shadows" nothing is coming out of the front of the instrument. I can use Fast Renderworks to check shots but it is incredibly time consuming. This definitely feels like a bug in the shader. It seems like this is an issue with the OpenGL shader not recognizing the "cast shadows" option of the textures in OpenGL. And I have a feeling the instrument is trapping the light source. (I demonstrate this by the fact the "NoShadow" textured object is casting a shadow. The default instrument texture is likely trapping the light inside the unit. OpenGL No Shadows Enabled (Both lights work) https://www.dropbox.com/s/8e8t3cszuaeuus4/NoShadows.PNG?dl=0 OpenGL Shadows Enabled: Spotlight device fails to work https://www.dropbox.com/s/okrov4se5xqplpn/Shadow%20Example.PNG?dl=0 Renderworks: CORRECT rendering, the texture should not CAST shadows https://www.dropbox.com/s/aulyvxpejfjepyo/Renderworks.PNG?dl=0 File: https://www.dropbox.com/s/3hk6k06kb14may6/GL-Issues.vwx?dl=0 Obviously the rendering engine in "OpenGL" mode is less sophisticated, but it is completely capable of casting shadows (as shown using the "Spotlight" and this does not work while visualizing with a lighting instrument. Is this a bug? (It feels like a bug.)
  12. I'm having some issues with the OpenGL shadows/textures. I've attached a file here replicating the issue. Basically the symbol seems to be obstructing the actual spot light (OpenGL) inside the light. I've doubled checked the texture and it is set to receive but not to cast shadows. With a regular spotlight (visualization) this works fine: OpenGL https://www.dropbox.com/s/npfx5a03emqp6ix/ss1.PNG?dl=0 OpenGL No Shadows: https://www.dropbox.com/s/5f584zg7nw79ksm/ss2.PNG?dl=0 Renderworks (what's expected): https://www.dropbox.com/s/qy4469voidnb0tu/ss3.PNG?dl=0 https://www.dropbox.com/s/ygd8gcsszu7w38d/ShadowsNotWorking.vwx?dl=0 What's going on here? I'd really like to use shadows to communicate this easily to another designer without setting up a series of renderings and I was under the impression this was now a feature. Is this a bug in the textures or Spotlight? Vectorworks 2016 SP 2 Build 288897, Windows 10 NVidia GTX 960 361.75 (Current Drivers)
  13. Just a bump on this issue. Any response from the development team would be appreciated.
  14. I have, for a long time, used my own databases for paperwork and I'd like to implement a wrapper that uses the automatic data exchange interface as it provides a lot more detail about how the units are actually configured and let's me know information about what the plot actually is. I tried to reverse engineer the the data exchange (I have input working fine) and it is clear there are a large number of methods in the XML for how updates are handled. I'd like some clear documentation on what that format is. I'm not interested in reinventing the wheel here--I can do most of what I need from the TSV export/reading the exchange but I'd like to fix a fair number of "bugs" in that export like scrollers that don't have, nor need, a channel on modern consoles as well as being able to bring that data back into Vectorworks cleanly. I've contacted support directly in the past and the issue is dropped (I've asked twice). I don't think this is an enormous request as this is the primary way Vectorworks now communicates with other applications as far as Spotlight is concerned. I'm also fluent in C++/Qt so I'd be happy to read through the interface and create the documentation myself if you're open to sharing the code for that part of the module.
  15. Is there an ETA on this fix? And does this occur in 2014 (not that I want to back-save the work at the office). I'm teaching this module to my students in three weeks and I am hoping it works. I've posted a stack-trace here if you're still trying to figure it out. http://pastebin.com/rXN3kmn8 -Daniel B. Chapman
  16. I'm building some rather detailed platform schedules (2D/3D hybrid) and I'd like to link a property of the symbol (x/y/z in this case) to the text for the symbol. I'm wondering if there is a simple way to do this without writing a script. I'm a fluent programmer so I'm fine going that route but I'd rather just attach to an existing property. Obviously this doesn't link to a record format. Or simply: I want [symbol @ x=2', y=3', z=6'] to be able to produce a 2D note of it's location on the plan without me typing everything in. Any suggestion is welcome.
  17. I'm having some trouble getting a linear light source to show up as a "burnout" (basically a volumetric effect) in a camera. Quite simply I'm trying to show what a series of florescent lights would look like suspended over a mirrored surface. In the past I've used the "lit fog" trick to create a point source that I want visible and then either an overlay or hand touch up. I'm not seeing any options for a "visible source" at this point. How can I achieve this?
  18. Here's what I'm trying to do--is it possible? I'm currently trying to build a 3D Model of my plot and use that as my primary database for the show (so a 1:1 representation of what's on stage. Why am I doing this? I'd like to incorporate ESP Vision into my design easily and having multiple exports is driving me nuts in the model. The problem is that this show is extremely ladder/boom heavy so I'm looking at a huge number of hybrid symbols stacking directly on top of each other. What I need is a way to lay my booms out so that I can render them readable on the flat paperwork, but at the same time have a solid 3D model that is accurate to the space. The only way I've found to do this is to run two separate files, otherwise my exports of instrument data is incredibly messy. Is there an option to project 3D Symobls as 2D in another plane besides Top/Plan? Project 2D Objects doesn't seem to do the trick, and I can't see a way to make it work with layer-linking either. Ideas?
×
×
  • Create New...