Page MenuHomeFeedback Tracker

setPiPEffect [4] doesn't mirror the image
Assigned, WishlistPublic

Description

[4] as parameter is accepted by the function and according to the wiki http://community.bistudio.com/wiki/setPiPEffect should make image mirrored however as you can see on this video

http://www.youtube.com/watch?v=GT-VVGzH3sk

it does not.

Details

Legacy ID
605183766
Severity
None
Resolution
Reopened
Reproducibility
Always
Category
Scripting
Steps To Reproduce

make PiP canvas, stream camera on it, execute setPiPEffect [4]

cam = "camera" camCreate (player modelToWorld [0,-5, 2]);
cam cameraEffect ["internal","back","rtt"];
"rtt" setPiPEffect [4];
with uiNamespace do {
pic = findDisplay 46 ctrlCreate ["RscPicture", -1];
pic ctrlSetPosition [0,0,1,1];
pic ctrlCommit 0;
pic ctrlSetText "#(argb,512,512,1)r2t(rtt,1.0)";
};

Event Timeline

Killzone_Kid edited Additional Information. (Show Details)
Killzone_Kid set Category to Scripting.
Killzone_Kid set Reproducibility to Always.
Killzone_Kid set Severity to None.
Killzone_Kid set Resolution to Reopened.
Killzone_Kid set Legacy ID to 605183766.May 7 2016, 3:15 PM
Killzone_Kid edited a custom field.
Killzone_Kid added a subscriber: Killzone_Kid.

Also the TI effect [2] shows heated object in white but as you increase distance the object becomes black. not sure if intended.

MadDogX added a subscriber: MadDogX.May 7 2016, 3:15 PM

Mass closing ancient tickets with no activity for > 12 months; assume fixed or too trivial.

If this issue is still relevant in current dev build, please re-post.

still an issue setPiPEffect [4] doesnt mirror the image

5 - chromatic aberration and
6 - film grain seem to also not do anything

SaOk added a subscriber: SaOk.May 7 2016, 3:15 PM
SaOk added a comment.Apr 2 2015, 5:44 PM

Love to see chromatic aberration and especially film grain working. Would allow to make the videofeed look more natural. To have more believeable security cameras and cameras carried by soldies.

SaOk added a comment.Apr 2 2015, 5:52 PM

Made a sample video for possible extra motivation: https://youtu.be/A3NHSezooec ;)