[1675 beta] [feat-req] Add other users in the same instance to picture metadata
closed
kobi32768
English:
Since build 1674 open-beta, pictures taken with the in-app Camera now have metadata for the author of the photo and the world that it was taken in.
However, the current metadata does not contain the information about the users who are the subjects in the photo.
Therefore, we request adding all users in the same instance to the metadata.
This would make it easier to identify who appears in the photo when looking back on the metadata later.
It would be ideal to include the following features:
- Sort users in the metadata by distance from the camera (or add distance attributes) [*]
- Mark users who are estimated to be within the camera's field of view (view frustum) with an attribute [*]
- For third-party camera systems that override the default camera (for example: Virtual Lens 2, Integral), the actual content that appears in the photo may differ from the default camera's original field of view, so all users in the same instance need to be included in the metadata
Japanese:
build 1674 open-beta 以降、写真を撮ったときに撮影者と撮影したワールドがメタデータとして記録されるようになりました。
しかし、現在のメタデータには被写体のユーザ情報が含まれていません。
そこで、同じインスタンスにいる全てのユーザをメタデータに追加することを要望します。
これにより後からメタデータを見たときに誰が写真に写っているかを特定しやすくなります。
実装時、以下の仕様が含まれていると理想的です:
- カメラからの距離が近い順にメタデータ内のユーザを並べる (または距離の属性を付与する) [*]
- カメラが写している範囲 (視錐台) 内にいると推測されるユーザに印を付ける (属性を付与する) [*]
- デフォルトのカメラを乗っ取るサードパーティ製のカメラギミック (例: Virtual Lens 2, Integral) では実際に写真に写っているものとデフォルトのカメラの本来の視野が異なる可能性があるため、同じインスタンスにいる全ユーザが含まれている必要があります
Note:
[*] Expected format example:
<vrc:User vrc:DistanceFromCamera="0.1" vrc:InFrustum="1">UserFoo</vrc:User>
<vrc:User vrc:DistanceFromCamera="0.15" vrc:InFrustum="1">UserBar</vrc:User>
<vrc:User vrc:DistanceFromCamera="0.4">UserBaz</vrc:User>
Related canny:
- [1675 beta] [feat-req] Add display names to picture metadata (https://feedback.vrchat.com/open-beta/p/1675-beta-feat-req-add-display-names-to-picture-metadata)
Reference:
- Virtual Lens 2 (https://logilabo.booth.pm/items/2280136)
- Integral (https://suzufactory.booth.pm/items/4724145)
- Example of current photo metadata:
<x:xmpmeta xmlns:x="adobe:ns:meta/">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xmp="http://ns.adobe.com/xap/1.0/">
<rdf:Description>
<xmp:CreatorTool>VRChat</xmp:CreatorTool>
<xmp:Author>usr_0e71c125-158c-41e0-b04a-97e7e6d22f62</xmp:Author>
</rdf:Description>
<rdf:Description xmlns:tiff="http://ns.adobe.com/tiff/1.0/">
<tiff:DateTime />
</rdf:Description>
<rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/">
<dc:title>
<rdf:Alt>
<rdf:li xml:lang="x-default"></rdf:li>
</rdf:Alt>
</dc:title>
</rdf:Description>
<rdf:Description xmlns:vrc="http://ns.vrchat.com/vrc/1.0/">
<vrc:World>wrld_3dbdd288-1aba-4202-bf6b-211b47429f59</vrc:World>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
Log In
Tupper - VRChat Head of Community
closed
After some consideration by our team, we will not implement this feature.
The reason is that we are concerned about user privacy.
We hope you can understand! Thank you for your feature suggestion.
Tupper - VRChat Head of Community
tracked
I have tracked this internally, but I can already tell you that due to the additional privacy concerns involved, this is unlikely to be implemented during this Beta cycle.
Regardless, thank you for your suggestion!
いんく「さよなら夏」
If we need a feature like this, I feel like it should be Opt-in.
As sharing photos like this could unintentionally reveal others' privacy (being in a specific instance) by just taking an unrelated photo.