home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
FrameGrabber enhancements (adding support for UI)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="popy" data-source="post: 1125542" data-attributes="member: 114134"><p>Had a look at the source code, what about this in PlaneScene.cs at line ~505:</p><p></p><p><strong>old:</strong></p><p>[code] // Alert the frame grabber that it has a chance to grab a frame</p><p> // if it likes (method returns immediately otherwise)</p><p> grabber.OnFrame(width, height, arWidth, arHeight, pSurface);[/code]</p><p></p><p><strong>new:</strong></p><p></p><p>[code] // Alert the frame grabber that it has a chance to grab a frame</p><p> // if it likes (method returns immediately otherwise)</p><p> if(GUIGraphicsContext.IsFullScreenVideo)</p><p> grabber.OnFrame(width, height, arWidth, arHeight, pSurface);[/code]</p><p></p><p>I am not so deep in the MP code, so icant say that it has any side effects.</p><p>Is the frame grabber also used for other plugins then atmolight?</p><p></p><p>pOpY</p></blockquote><p></p>
[QUOTE="popy, post: 1125542, member: 114134"] Had a look at the source code, what about this in PlaneScene.cs at line ~505: [B]old:[/B] [code] // Alert the frame grabber that it has a chance to grab a frame // if it likes (method returns immediately otherwise) grabber.OnFrame(width, height, arWidth, arHeight, pSurface);[/code] [B]new:[/B] [code] // Alert the frame grabber that it has a chance to grab a frame // if it likes (method returns immediately otherwise) if(GUIGraphicsContext.IsFullScreenVideo) grabber.OnFrame(width, height, arWidth, arHeight, pSurface);[/code] I am not so deep in the MP code, so icant say that it has any side effects. Is the frame grabber also used for other plugins then atmolight? pOpY [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
FrameGrabber enhancements (adding support for UI)
Contact us
RSS
Top
Bottom