Code Monkey home page Code Monkey logo

Comments (4)

grancia avatar grancia commented on August 26, 2024

Hi,

You can flip encoding texture in fbc_setVodCaptureSettings and fbc_setScreenshotSettings with verticalFlip and horizontalFlip params.

private static extern FBCAPTURE_STATUS fbc_setVodCaptureSettings(
int width,
int height,
int frameRate,
int bitRate,
string fullSavePath,
bool is360,
bool verticalFlip,
bool horizontalFlip,
PROJECTION_TYPE projectionType,
STEREO_MODE stereoMode);

private static extern FBCAPTURE_STATUS fbc_setScreenshotSettings(
int width,
int height,
string fullSavePath,
bool is360,
bool verticalFlip,
bool horizontalFlip);

from 360-capture-sdk.

phanindrawipro avatar phanindrawipro commented on August 26, 2024

Hi,

Thanks for the reply. Actually i tried changing vertical flip param as suggested. But it flips whole scene. Our scene consists of normal objects (Which preserves camera orientation) and Bill-boarded sprites (Which always face camera). Our issue is only with bill-boarded objects getting flipped upside down using FBCapture as shown in pictures above.

from 360-capture-sdk.

phanindrawipro avatar phanindrawipro commented on August 26, 2024

Hi,

Non-360degree capture mode works for Billboarded objects. It seems like issue is only with 360 degree capture mode.

from 360-capture-sdk.

vonengel3d avatar vonengel3d commented on August 26, 2024

I assume it is another problem in the unity render to cubemap function.

from 360-capture-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.