|
|||||||
![]() |
|
|
Thread Tools |
|
|||
|
There is API description on the page linked in my previous post. I hope it'll help a little bit.
|
|||
|
#501
|
|||
|
|
|
||||
|
Hey, ashsid, is your plug-in c++ or Python based? If it is c++ based, then you might want to consider just adding it into the BGE code. There was something about ben working on video textures in one of the Sunday Meeting minutes:
http://wiki.blender.org/index.php/Bl...ober_12th_2008 I just thought this might be useful for you to know. Cheers! Moguri |
||||
|
#502
|
|
|||
|
Moguri,
I'm working on it with Ben. Currently I'm trying to use ffmpeg to access video sources. |
|||
|
#503
|
|
||||
|
I tried adding video playback to the BGE once with ffmpeg, but my C++ was (and still is) pretty weak. However, I did find this tutorial on ffmpeg to be quite useful:
http://dranger.com/ffmpeg/tutorial01.html |
||||
|
#504
|
|
|||
|
Moguri,
I'm using internal Blender routines to work with ffmpeg, they are included in imbuf/inter/anim.c. I believe I'll have some results in two-three weeks. |
|||
|
#505
|
|
||||
|
Nice!
Well, good luck
|
||||
|
#506
|
|
||||
|
i haved my eye on this for a long time
mmmmmmmmmhmhmhmhmhmhmhm! i'm excited good work ashid and co
............................................
<<<Watching a ping pong match <<<Watching a smokin hot chick run in circles. <<<Trying to see his eye-brows <<<Smokin hot chick found a trampoline. <<<Beneful? Wanna go to the park? Beneful?SAVE THE POLAR BEARS!!! http://www.reverbnation.com/theregoesthestudio http://www.myspace.com/sevendaysuntillnextweek |
||||
|
#507
|
|
|||
|
it's cool you guys are working togethor.. can't wait to see the results ;-)
|
|||
|
#508
|
|
||||
|
Actualy, this new coding work by Ash and Ben has been commissioned by me and Okno.be, with the goal of integrating the video texture into the trunk with ffmpeg, and having ARToolkit working with it in a second phase. (so usable on all platform)
As Ashsid said, the first phase of intergation is nearly done, maybe first result will be there as soon as next week, with a public presentation in end of November during the Cimatics.com festival in Brussels. The next one is scheduled for before february, as we intent to hold an artist workshop around blender/ARToolkit in Okno at that date... Very thanks to the two brilliant guys that works on this, this is a long awaited feature I hope lots of people will use to do great things ... !! |
||||
|
#509
|
|
||||
|
Um... hope you all don't mind my opinion.
I would not implement ARToolkit untill we (you ) have got a gui for it. It seems confusing and wasteful to provide such a function with little explanation. Most of us forumeers are noobs, and have no idea what AR is. I like the idea, but to be honest, such integration doesn't really seem sensible at this time. I hope you understand keep up the good work
............................................
<<<Watching a ping pong match <<<Watching a smokin hot chick run in circles. <<<Trying to see his eye-brows <<<Smokin hot chick found a trampoline. <<<Beneful? Wanna go to the park? Beneful?SAVE THE POLAR BEARS!!! http://www.reverbnation.com/theregoesthestudio http://www.myspace.com/sevendaysuntillnextweek |
||||
|
#510
|
|
|||
|
I was reading about the ARtookit.. and came across a potential problem with the GPL licensing.. you can only use it for non-commercial use (according to webiste info).. which makes it problematic to include it in blender.. because I was of the understanding that if you contribute to blender trunk.. it all has to fall under the same GPL license.. that lets you amongst other things use blender commercially.. so how's that going to work then..? It would be cool to have it in.. if possible.
|
|||
|
#511
|
|
||||
|
@Kirado : ha yes, ARToolkit will probably not be in the trunk, the goal is to be able to use it "with" blender and the new VideoTexture... (including it is far too heavy for the blender package and the not so general use of it) but actualy, if you read the licence model, it's licenced under GNU GPL 2.0 (http://www.hitl.washington.edu/artoolkit/license.html ) ... they just give the choice to have another licence type if you need the code to do a closed source app.
@ Sammaron : the gui problem is not realy one if we have good explanation on how to use it, which is the goal of doing an artist workshop in Okno studio... but who knows, maybe will there be some GUI ? let's see what happens first with the video texture code... Last edited by Olm-Z; 31-Oct-08 at 10:11. |
||||
|
#512
|
|
|||
|
Hi Olm-Z,
Firstly, thanks for commissioning this work - it's great to see companies funding further Blender / GE development! One quick question - have you looked at upgrading to ARToolkit Plus? It's also GPL, but with these features...
More info here... http://studierstube.icg.tu-graz.ac.a...oolkitplus.php While it's not being updated any more, it def seems to be more up to date than ARToolkit. Mal
............................................
Check out some cool web 3D demos at...http://www.candointeractive.com |
|||
|
#513
|
|
|||
|
These additions will be exciting either way.. Hopefully it can work with GLSL
|
|||
|
#514
|
|
||||
|
I have a project where I want to light a real scene with red, green and blue lamps to create a live normal map and use a camera to feed this as a moving normal map texture into BGE GLSL. Anyone know if this would work?? (I find the Videotextureplugin a little complicated and confusing so need some one to interpret for me).
............................................
'I had a dream, which was not all a dream.' - Lord Byron |
||||
|
#515
|
|
|||
|
I have commited the VideoTexture module to trunk, revision 17254.
The only compilation system that works for sure is MSVC project files under Windows but I have updated the other compilation system. Contributions to get compilation working in Linux are welcome. Expect a few days before having test build on graphical.org. Please read the commit notes for instructions how to use the VideoFFmpeg class. *ashsid: you will find there a complete implementation of FFmpeg in VideoFFmpeg.cpp. I didn't use the imbuf routines because there were not adapted to my needs. My next objective is to activate the render to texture feature. I left on the side for now because it was not a priority for Okno. |
|||
|
#516
|
|
||||
|
Hi Ben,
After update svn and make scons clean i get an error message: (ubuntu 8.41) At revision 17257 scons: Reading SConscript files ... ImportError: No module named Variables: File "/svn/blender-svn/blender/SConstruct", line 42: import tools.btools File "/svn/blender-svn/blender/tools/btools.py", line 6: import SCons.Variables ---------------------- other question: with this video texture modul will be possible use RRT features aka render to texture? |
||||
|
#517
|
|
|||
|
squareline: the problem you're refering with Scons does not seem related to my addition. I can get scons to compile the VideoTexture module correctly in Windows.
This release does not yet support the render to texture feature. It's the next thing I will work on. I don't expect any difficulty to enable that feature, it's just that it wasn't my priority for this release. All other features of the original plugin are supported. |
|||
|
#518
|
|
||||
|
ben2610.
I'm trying to build here (Windows Vista, CMake, MSVC 2008) but is not working. The first error I can solve with something like that: http://vskrishnan.wordpress.com/2007...nd-workaround/ However I still have the other errors going on. I update the lib/windows folder as well. Code:
............................................
http://blenderecia.orgfree.com/ my scripts: IPO simplification - Dynamic text animator - Blender Notifier 1.0 - email, IRC and twitter using Blender - IPO Converter (from Loc, Rot, Scale to dLoc, dRot, dScale) my last big project (2007): Urban walkthrough project (BGE) Last edited by dfelinto; 01-Nov-08 at 10:04. |
||||
|
#519
|
|
|||
|
@squareline:
What SCons version are you using? According to the log for bytools.py, rev. 17234, "Minimum SCons version is now 1.0.0". I ran the Ubuntu repositories Scons, which was version 0.97 (Ubuntu 8.04), and had the same error message you reported. An upgrade to scons 1.1 overcame this error (other errors occured along the way, though, I have to look into that later; so blender-svn does not yet compile for me). Hope this helps, |
|||
|
#520
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Video Tutorial Idea | upgrdman | News & Discussion | 13 | 05-Jun-06 03:48 |
| Help needed on Texture Baker built in script. | ROUBAL | Basics & Interface | 3 | 26-Mar-05 19:48 |
| Duplicating a texture? | Bagration | Basics & Interface | 4 | 20-Mar-05 19:07 |
| REQ: texture baker | youngbatcat | Python & Plugins | 8 | 23-Jul-04 03:30 |
| Video player. | zoulou | News & Discussion | 3 | 10-Dec-03 18:09 |