Open Zozokasu opened 2 hours ago
How exactly are you wanting to change the appearance / functionality of the photos taken? Fundamentally they are just a texture- anything else that could be added would be external to the image / photo itself.
There are examples of other cameras that operate in the way you describe already, e.g. a Polaroid camera that places the image asset onto a frame- but I feel in that context it makes more sense for that to be a part of how the camera is set up rather than specifically making an interface for photos themselves?
but we cannot write the
Photo Metadata
and other information correctly
It sounds like this might be your underlying issue / what you are wanting to resolve? If you had some mechanism to capture photo metadata from an image created by the Render To Texture Assets
node- would that resolve your issue?
In addition to when taking pictures with a hand-held camera, there is a desire to change the appearance of pictures regardless of the type of camera used, such as when pressing Shift (Ctrl) + P
in desktop mode, or when using finger photos.
手に持つカメラで撮影するときの他、デスクトップモードでのShift (Ctrl) + P
を押した際の写真や、フィンガーフォトを使用した時など、使うカメラの種類によらず写真の見た目を変えたい、という気持ちがあります。
Even if there is some way to generate metadata with Render to Texture Asset
and write it to Slot or Dynamic Variable in some way, you still have to equip the camera created with that method.
Render to Texture Asset
でメタデータを生成して、何かしらの方法でSlotやDynamic Variableに書き込む方法があったとしても、その方法で作られたカメラを装備しなければなりません。
Group photos, for example, can be taken with a Polaroid camera. But apart from that, we want to make the usual miscellaneous photos look like Chekis with metadata written in the margins, for example, so that they are easy to look back on later.
集合写真などをポラロイドカメラで撮ることはできます。 ですがそれとは別に、いつもの雑多な写真の見た目を、例えば余白にメタデータが書き込まれたチェキ風のものにして、後から見返しやすくしたい、ということです。
Is your feature request related to a problem? Please describe.
With the current Resonite, a simple picture appears when you take a picture, we cannot change the look. If we create our own camera using Protoflux's
Render To Texture Assets
node, we can change the appearance of the photo at will, but we cannot write thePhoto Metadata
and other information correctly.現在のResoniteでは、写真を撮るとシンプルな写真が出現しますが、私たちは見た目を変えられません。 Protofluxの
Render To Texture Assets
ノードを使った独自のカメラを作れば、写真の見た目も自由に変えられますが、Photo Metadata
などの情報を正しく書き込むことができません。Describe the solution you'd like
Allow users to change the appearance of default photos, such as video players, music players, etc.
動画プレイヤーや、音楽プレイヤーなどのようにデフォルトの写真の見た目をユーザーが変えられるようにする
Describe alternatives you've considered
Create the camera itself and the look and feel of the photo from scratch.
カメラそのものとその写真の見た目とを一から作る
Additional Context
No response
Requesters
zozokasu