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:
Reference:
<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>