Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Camera: Difference between revisions

From SAS Gaming Wiki
imported>BDJP007301
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 23: Line 23:
}}
}}


The '''camera''' is an inanimate [[Minecraft:passive mob]]<ref group="note" name="mob-family">Belongs to the <code>mob</code> entity family in the game's code.</ref> that is able to capture and store images. {{IN|edu}}, it works together with the [[Minecraft:portfolio]] item to create collections of [[Minecraft:photo]]s.<ref name="screenshot-edu">https://aka.ms/MEEBookAndQuill</ref>
The '''camera''' is an inanimate passive mob<ref group="note" name="mob-family">Belongs to the <code>mob</code> entity family in the game's code.</ref> that is able to capture and store images. {{IN|edu}}, it works together with the [[Minecraft:portfolio]] item to create collections of [[Minecraft:photo]]s.<ref name="screenshot-edu">https://aka.ms/MEEBookAndQuill</ref>


== Obtaining ==
== Obtaining ==
Line 29: Line 29:


== Usage ==
== Usage ==
Using a camera from one's [[Minecraft:inventory]] captures a first-person screenshot. It may also be placed, creating a camera [[Minecraft:entity]] that can track the user, and take pictures from the camera's perspective. Photos that are taken with the camera appear in the [[Minecraft:portfolio]].
Using a camera from one's [[Minecraft:inventory]] captures a first-person screenshot. It may also be placed, creating a camera entity that can track the user, and take pictures from the camera's perspective. Photos that are taken with the camera appear in the [[Minecraft:portfolio]].


Close-up snapshots of an [[Minecraft:item]] on the ground can be taken by holding the Shift key while right-clicking.
Close-up snapshots of an [[Minecraft:item]] on the ground can be taken by holding the Shift key while right-clicking.


Screenshots from camera can be inserted into [[Minecraft:book and quill]].<ref name="screenshot-edu"/>
Screenshots from camera can be inserted into book and quill.<ref name="screenshot-edu"/>


Photos that are taken with the camera block are stored in {{cd|[[Minecraft:com.mojang]]/screenshots}}.
Photos that are taken with the camera block are stored in {{cd|[[Minecraft:com.mojang]]/screenshots}}.
Line 39: Line 39:
== Behavior ==
== Behavior ==
[[File:CameraMob in a boat.png|thumb|Camera in a [[boat]]]]
[[File:CameraMob in a boat.png|thumb|Camera in a [[boat]]]]
Cameras are mostly inanimate [[Minecraft:entities]], but they occasionally move when falling and they move at the [[Minecraft:player]]'s direction when they take a picture.
Cameras are mostly inanimate entities, but they occasionally move when falling and they move at the player's direction when they take a picture.


Cameras are classified as [[Minecraft:mob]]s in the game code, they obey gravity, allowing them to fall and having effects common to all other [[Minecraft:entities]]. Cameras can be affected by [[Minecraft:status effects]]. They can be killed by [[Minecraft:Harming]] and [[Minecraft:Decay]] splash/lingering potions, and they play the player death sound and fall to their side and disappear, dropping no item. Cameras can't be [[Minecraft:leashed]] but they can ride on [[Minecraft:boats]] and [[Minecraft:minecart]]s.
Cameras are classified as [[Minecraft:mob]]s in the game code, they obey gravity, allowing them to fall and having effects common to all other entities. Cameras can be affected by status effects. They can be killed by Harming and Decay splash/lingering potions, and they play the player death sound and fall to their side and disappear, dropping no item. Cameras can't be leashed but they can ride on boats and [[Minecraft:minecart]]s.


[[File:CameraMob being damaged by poison.png|thumb|Camera being harmed by [[poison]] effect]]
[[File:CameraMob being damaged by poison.png|thumb|Camera being harmed by [[poison]] effect]]
Cameras are harmed by [[Minecraft:fire]], [[Minecraft:lava]], and [[Minecraft:campfire]] damage but they never die from it. Cameras can be destroyed by any [[Minecraft:projectile]] used by the player, such as [[Minecraft:arrows]], [[Minecraft:tridents]], or [[Minecraft:snowball]]s. Cameras never drown and are invulnerable to the [[Minecraft:void]], [[Minecraft:cacti]], [[Minecraft:falling block]]s, to [[Minecraft:explosion]]s or by [[Minecraft:firework rocket]]s.
Cameras are harmed by [[Minecraft:fire]], [[Minecraft:lava]], and [[Minecraft:campfire]] damage but they never die from it. Cameras can be destroyed by any projectile used by the player, such as arrows, tridents, or [[Minecraft:snowball]]s. Cameras never drown and are invulnerable to the void, cacti, falling blocks, to explosions or by firework rockets.


[[Minecraft:Warden]]s, [[Minecraft:wither]]s, [[Minecraft:zoglin]]s, [[Minecraft:goat]]s, and [[Minecraft:vindicator]]s named Johnny attack cameras, but the camera remains undamaged; [[Minecraft:pufferfish]] also inflate when a camera is nearby. [[Minecraft:Foxes]] don't sleep near cameras as well.
[[Minecraft:Warden]]s, [[Minecraft:wither]]s, zoglins, goats, and vindicators named Johnny attack cameras, but the camera remains undamaged; pufferfish also inflate when a camera is nearby. Foxes don't sleep near cameras as well.


== Sounds ==
== Sounds ==
Line 128: Line 128:
|{{HistoryLine||v0.2.0|[[File:Camera BE2.png|50px]] [[File:Music Disc Blocks JE1 BE1.png|32px]] Added cameras.
|{{HistoryLine||v0.2.0|[[File:Camera BE2.png|50px]] [[File:Music Disc Blocks JE1 BE1.png|32px]] Added cameras.
|Changed item and tripod textures.
|Changed item and tripod textures.
|To use a camera, equip it in the [[Minecraft:player]]'s hand, then look in the direction the player wants the picture to be taken. Long-press the screen, and a camera [[Minecraft:drops]] to the ground where the player are standing. Step back, then press on the camera until it starts emitting smoke [[Minecraft:particles]]. The smoke means a picture has been taken, and the camera may disappear immediately afterward.
|To use a camera, equip it in the player's hand, then look in the direction the player wants the picture to be taken. Long-press the screen, and a camera drops to the ground where the player are standing. Step back, then press on the camera until it starts emitting smoke particles. The smoke means a picture has been taken, and the camera may disappear immediately afterward.
|Cameras have infinite uses.
|Cameras have infinite uses.
|The entity ID is 62 and item 456.<ref>https://www.minecraftforum.net/topic/1233138-i-found-the-camera-id/</ref>}}
|The entity ID is 62 and item 456.<ref>https://www.minecraftforum.net/topic/1233138-i-found-the-camera-id/</ref>}}
|{{HistoryLine||v0.4.0|The camera is now invisible and makes the standard player [[Minecraft:damage]] sound.}}
|{{HistoryLine||v0.4.0|The camera is now invisible and makes the standard player damage sound.}}
|{{HistoryLine||v0.7.0|Added the ability to hide the GUI, which has now made the camera obsolete.}}
|{{HistoryLine||v0.7.0|Added the ability to hide the GUI, which has now made the camera obsolete.}}
|{{HistoryLine||v0.8.0|dev=build 2|[[File:Egg JE1 BE1.png|32px]] The camera now uses an [[Minecraft:egg]] texture in the inventory.}}
|{{HistoryLine||v0.8.0|dev=build 2|[[File:Egg JE1 BE1.png|32px]] The camera now uses an [[Minecraft:egg]] texture in the inventory.}}
|{{HistoryLine||v0.9.0|dev=build 1|The camera [[Minecraft:entity]] has been removed. [[Minecraft:Tommaso]] also stated: ''"It doesn't mean that it's dead forever, in fact I have a lot of ideas for it! I think it will be back when have [[Minecraft:shader]]s, sharing and [[Minecraft:redstone]]."''<ref>{{Reddit|sub=MCPE|281sep/camera|ci6znr8}}</ref>}}
|{{HistoryLine||v0.9.0|dev=build 1|The camera entity has been removed. Tommaso also stated: ''"It doesn't mean that it's dead forever, in fact I have a lot of ideas for it! I think it will be back when have [[Minecraft:shader]]s, sharing and [[Minecraft:redstone]]."''<ref>{{Reddit|sub=MCPE|281sep/camera|ci6znr8}}</ref>}}
|{{HistoryLine||v0.14.0|dev=build 1|[[File:Camera BE3.png|32px]] [[File:Camera (item) BE2.png|32px]] The camera entity has been re-added with a new model and item texture.
|{{HistoryLine||v0.14.0|dev=build 1|[[File:Camera BE3.png|32px]] [[File:Camera (item) BE2.png|32px]] The camera entity has been re-added with a new model and item texture.
|Cameras summon [[Minecraft:lightning]] if a player loads a world with one.}}
|Cameras summon lightning if a player loads a world with one.}}
|{{HistoryLine||v0.14.2|The camera [[Minecraft:item]] ID has been changed to 498, but it cannot be used at the moment. The [[Minecraft:entity]] can now be spawned with a [[Minecraft:spawn egg]] with a [[Minecraft:damage]] value of 62.
|{{HistoryLine||v0.14.2|The camera [[Minecraft:item]] ID has been changed to 498, but it cannot be used at the moment. The entity can now be spawned with a spawn egg with a damage value of 62.
|According to the language files of the game, the empty label that shows up whenever hovering a finger to a camera would now say "Take Picture". However, the button doesn't do anything.}}
|According to the language files of the game, the empty label that shows up whenever hovering a finger to a camera would now say "Take Picture". However, the button doesn't do anything.}}
|{{HistoryLine||v0.15.0|dev=build 1|The previous empty label on the camera mentioned above now displays the words "Take Picture". It still doesn't do anything.
|{{HistoryLine||v0.15.0|dev=build 1|The previous empty label on the camera mentioned above now displays the words "Take Picture". It still doesn't do anything.
|The [[Minecraft:health]] of the camera [[Minecraft:entity]] is now {{hp|2}} instead {{hp|4}}.
|The health of the camera entity is now {{hp|2}} instead {{hp|4}}.
|The camera no longer summons [[Minecraft:lightning]].}}
|The camera no longer summons lightning.}}
|{{HistoryLine||v0.16.0|dev=build 1|[[File:Camera (block).png|32px]] The camera now appears as a [[Minecraft:block]] in the inventory. It can also be placed as a block using [[Minecraft:commands]].
|{{HistoryLine||v0.16.0|dev=build 1|[[File:Camera (block).png|32px]] The camera now appears as a [[Minecraft:block]] in the inventory. It can also be placed as a block using [[Minecraft:commands]].
|The "Take Picture" button now appears to function properly, but no image files are created.
|The "Take Picture" button now appears to function properly, but no image files are created.
|The changes to the camera were likely accidental due to ''Pocket Edition'' sharing the same codebase as ''Education Edition''.}}
|The changes to the camera were likely accidental due to ''Pocket Edition'' sharing the same codebase as ''Education Edition''.}}
|{{HistoryLine|||dev=build 2|The camera [[Minecraft:block]] form is no longer obtainable.}}
|{{HistoryLine|||dev=build 2|The camera [[Minecraft:block]] form is no longer obtainable.}}
|{{HistoryLine|||dev=build 4|The camera's item form has been removed, and the camera can no longer be obtained or placed using any [[Minecraft:command]].}}
|{{HistoryLine|||dev=build 4|The camera's item form has been removed, and the camera can no longer be obtained or placed using any command.}}
|{{HistoryLine|bedrock}}
|{{HistoryLine|bedrock}}
|{{HistoryLine||1.8.0|dev=beta 1.8.0.8|[[File:Camera BE3.png|32px]] [[File:Camera (block).png|32px]] The camera has been reimplemented.
|{{HistoryLine||1.8.0|dev=beta 1.8.0.8|[[File:Camera BE3.png|32px]] [[File:Camera (block).png|32px]] The camera has been reimplemented.
|The camera [[Minecraft:entity]] can now be spawned with a [[Minecraft:spawn egg]] with [[Minecraft:damage]] value 258.}}
|The camera entity can now be spawned with a spawn egg with damage value 258.}}
|{{HistoryLine||1.12.0|dev=beta 1.12.0.2|The camera can now be obtained with the {{cmd|give}} [[Minecraft:command]].}}
|{{HistoryLine||1.12.0|dev=beta 1.12.0.2|The camera can now be obtained with the {{cmd|give}} command.}}
|{{HistoryLine||1.13.0|dev=beta 1.13.0.1|The camera can no longer be obtained with the {{cmd|give}} command.
|{{HistoryLine||1.13.0|dev=beta 1.13.0.1|The camera can no longer be obtained with the {{cmd|give}} command.
|Functionality has been added to the camera. Screenshots that are taken by the camera can now be saved into the {{cd|screenshots}} folder.
|Functionality has been added to the camera. Screenshots that are taken by the camera can now be saved into the {{cd|screenshots}} folder.
|Cameras are now a part of the {{el|ee}} toggle as a hidden feature.
|Cameras are now a part of the {{el|ee}} toggle as a hidden feature.
|Cameras no longer have a [[Minecraft:death]] animation when killed by the [[Minecraft:player]] and instead, instantly emit smoke [[Minecraft:particles]].}}
|Cameras no longer have a death animation when killed by the player and instead, instantly emit smoke particles.}}
|{{HistoryLine||1.16.100|dev=beta 1.16.100.50|The camera can now be obtained with the {{cmd|give}} [[Minecraft:command]] once again.}}
|{{HistoryLine||1.16.100|dev=beta 1.16.100.50|The camera can now be obtained with the {{cmd|give}} command once again.}}
|{{HistoryLine|||dev=beta 1.16.100.55|The camera can no longer be obtained with the {{cmd|give}} command.}}
|{{HistoryLine|||dev=beta 1.16.100.55|The camera can no longer be obtained with the {{cmd|give}} command.}}
}}
}}
Line 163: Line 163:
|{{HistoryLine|education}}
|{{HistoryLine|education}}
|{{HistoryLine||1.0|[[File:Camera BE3.png|32px]] [[File:Camera (block).png|32px]] Added cameras.}}
|{{HistoryLine||1.0|[[File:Camera BE3.png|32px]] [[File:Camera (block).png|32px]] Added cameras.}}
|{{HistoryLine||1.4.0|Cameras no longer have a [[Minecraft:death]] animation when killed by the [[Minecraft:player]] manually and instead instantly emit smoke [[Minecraft:particles]].}}
|{{HistoryLine||1.4.0|Cameras no longer have a death animation when killed by the player manually and instead instantly emit smoke particles.}}
}}
}}


<gallery>
<gallery>
PEcameras030.jpg|A row of cameras, as seen in [[Minecraft:Pocket Edition v0.3.0 alpha|v0.3.0]].
PEcameras030.jpg|A row of cameras, as seen in v0.3.0.
PEcameraphoto.jpg|Example image taken by the camera [[Minecraft:entity]].
PEcameraphoto.jpg|Example image taken by the camera entity.
CameraUse-1.png|The first method of using cameras.
CameraUse-1.png|The first method of using cameras.
CameraUse-2.png|The second method of using cameras.
CameraUse-2.png|The second method of using cameras.
Dinnerbone Camera.png|A camera spawned using a [[Minecraft:spawn egg]] named "[[Minecraft:Dinnerbone]]" in the [[Minecraft:Pocket Edition v0.15.0 alpha|v0.15.0]].
Dinnerbone Camera.png|A camera spawned using a spawn egg named "Dinnerbone" in the [[Minecraft:Pocket Edition v0.15.0 alpha|v0.15.0]].
Cam2.png|A camera falling from a [[Minecraft:tree]].
Cam2.png|A camera falling from a tree.
</gallery>
</gallery>


=== Future ===
=== Future ===
At the Minecraft [[Minecraft:Pocket Edition]] panel at [[Minecraft:MINECON 2012]], as well as one of [[Minecraft:Johan Bernhardsson|Jbernhardsson]]'s livestreams, it was stated that future plans include trying to have a proper use for cameras, perhaps an easier way to take screenshots and share them with others.<ref>{{ytl|YMhyX_lKWV4}}</ref> In the BlockTalk Q&A, the camera was briefly mentioned as part of a broader "sharing" theme planned for {{el|be}} in the future.<ref>{{ytl|Ruf6tvqsD84}}</ref>
At the Minecraft [[Minecraft:Pocket Edition]] panel at MINECON 2012, as well as one of Jbernhardsson's livestreams, it was stated that future plans include trying to have a proper use for cameras, perhaps an easier way to take screenshots and share them with others.<ref>{{ytl|YMhyX_lKWV4}}</ref> In the BlockTalk Q&A, the camera was briefly mentioned as part of a broader "sharing" theme planned for {{el|be}} in the future.<ref>{{ytl|Ruf6tvqsD84}}</ref>
It later got implemented into {{el|ee}}, using the camera to make screenshots and share them in a special book.
It later got implemented into {{el|ee}}, using the camera to make screenshots and share them in a special book.


Line 183: Line 183:


== Trivia ==
== Trivia ==
* A camera prevents a [[Minecraft:book and quill]] from working. Attempting to craft it or obtain it by commands gives a regular book instead, due to non-implementation of photo attaching to written books.{{verify|this feature is implemented in Minecraft Education, perhaps not in Bedrock Edition?}}
* A camera prevents a book and quill from working. Attempting to craft it or obtain it by commands gives a regular book instead, due to non-implementation of photo attaching to written books.{{verify|this feature is implemented in Minecraft Education, perhaps not in Bedrock Edition?}}
* The camera can take a screenshot, which appears a bit smaller with a thick paper outline having cuts on its edges, making it look like an old photograph.
* The camera can take a screenshot, which appears a bit smaller with a thick paper outline having cuts on its edges, making it look like an old photograph.


Line 189: Line 189:
=== Renders ===
=== Renders ===
<gallery>
<gallery>
File:RenderCameraUnusedTexture.png|A recreation of a potential camera animation, using an unused texture from [[Minecraft:Pi Edition]].
File:RenderCameraUnusedTexture.png|A recreation of a potential camera animation, using an unused texture from Pi Edition.
</gallery>
</gallery>


Line 197: Line 197:
File:CameraMob being damaged by lava.png|A camera being damaged by [[Minecraft:lava]].
File:CameraMob being damaged by lava.png|A camera being damaged by [[Minecraft:lava]].
File:CameraMob in a minecart.png|A camera sitting in a [[Minecraft:minecart]].
File:CameraMob in a minecart.png|A camera sitting in a [[Minecraft:minecart]].
File:CameraMob with slow falling.png|A camera with [[Minecraft:slow falling]] effect.
File:CameraMob with slow falling.png|A camera with slow falling effect.
File:Johnny attacking a Camera.png|A [[Minecraft:vindicator]] named Johnny attacking a camera.
File:Johnny attacking a Camera.png|A vindicator named Johnny attacking a camera.
File:Education Edition mobs.png|A camera alongside a [[Minecraft:NPC]] and a [[Minecraft:agent]] in a tutorial world.
File:Education Edition mobs.png|A camera alongside a [[Minecraft:NPC]] and a [[Minecraft:agent]] in a tutorial world.
File:Education Edition Exclusive Features.png|The camera and camera block placed in a world along with other Education Edition features.
File:Education Edition Exclusive Features.png|The camera and camera block placed in a world along with other Education Edition features.
File:Screenshot by camera.jpg|An example of the screenshot taken by a camera in [[Minecraft:Bedrock Edition beta 1.13.0.1|beta 1.13.0.1]].
File:Screenshot by camera.jpg|An example of the screenshot taken by a camera in [[Minecraft:Bedrock Edition beta 1.13.0.1|beta 1.13.0.1]].
File:Say Cheese.png|[[Minecraft:Steve]], [[Minecraft:Alex]], [[Minecraft:Jesse]], and an [[Minecraft:Agent]] getting their picture taken.
File:Say Cheese.png|Steve, Alex, Jesse, and an [[Minecraft:Agent]] getting their picture taken.
File:Photoexample2.jpg|Another example of a screenshot taken by a camera in 1.21.51.
File:Photoexample2.jpg|Another example of a screenshot taken by a camera in 1.21.51.
</gallery>
</gallery>
Line 235: Line 235:
[[Category:Stationary entities]]
[[Category:Stationary entities]]


[[Minecraft:cs:Kamera]]
cs:Kamera
[[Minecraft:de:Kamera]]
de:Kamera
[[Minecraft:es:Cámara]]
es:Cámara
[[Minecraft:fr:Appareil photo]]
fr:Appareil photo
[[Minecraft:it:Fotocamera]]
it:Fotocamera
[[Minecraft:hu:Kamera]]
hu:Kamera
[[Minecraft:ja:カメラ]]
ja:カメラ
[[Minecraft:ko:카메라]]
ko:카메라
[[Minecraft:nl:Camera]]
nl:Camera
[[Minecraft:pl:Aparat]]
pl:Aparat
[[Minecraft:pt:Câmera]]
pt:Câmera
[[Minecraft:ru:Камера]]
ru:Камера
[[Minecraft:uk:Камера]]
uk:Камера
[[Minecraft:zh:摄像机]]
zh:摄像机

Revision as of 15:41, 9 April 2026

Template:Exclusive Template:Unobtainable Template:Infobox entity Template:Infobox block

The camera is an inanimate passive mob<ref group="note" name="mob-family">Belongs to the mob entity family in the game's code.</ref> that is able to capture and store images. Template:IN, it works together with the Minecraft:portfolio item to create collections of Minecraft:photos.<ref name="screenshot-edu">https://aka.ms/MEEBookAndQuill</ref>

Obtaining

The camera can be obtained in the Minecraft:Creative inventory in Minecraft Education. It can be obtained by either NBT editors, inventory editors, or glitches Template:In.

Usage

Using a camera from one's Minecraft:inventory captures a first-person screenshot. It may also be placed, creating a camera entity that can track the user, and take pictures from the camera's perspective. Photos that are taken with the camera appear in the Minecraft:portfolio.

Close-up snapshots of an Minecraft:item on the ground can be taken by holding the Shift key while right-clicking.

Screenshots from camera can be inserted into book and quill.<ref name="screenshot-edu"/>

Photos that are taken with the camera block are stored in Template:Cd.

Behavior

File:CameraMob in a boat.png
Camera in a boat

Cameras are mostly inanimate entities, but they occasionally move when falling and they move at the player's direction when they take a picture.

Cameras are classified as Minecraft:mobs in the game code, they obey gravity, allowing them to fall and having effects common to all other entities. Cameras can be affected by status effects. They can be killed by Harming and Decay splash/lingering potions, and they play the player death sound and fall to their side and disappear, dropping no item. Cameras can't be leashed but they can ride on boats and Minecraft:minecarts.

File:CameraMob being damaged by poison.png
Camera being harmed by poison effect

Cameras are harmed by Minecraft:fire, Minecraft:lava, and Minecraft:campfire damage but they never die from it. Cameras can be destroyed by any projectile used by the player, such as arrows, tridents, or Minecraft:snowballs. Cameras never drown and are invulnerable to the void, cacti, falling blocks, to explosions or by firework rockets.

Minecraft:Wardens, Minecraft:withers, zoglins, goats, and vindicators named Johnny attack cameras, but the camera remains undamaged; pufferfish also inflate when a camera is nearby. Foxes don't sleep near cameras as well.

Sounds

Generic

Template:Sound table/Block/Normal/BE

Unique

Template:SoundTable

Data values

ID

Template:ID table Template:ID table Template:ID table

Entity data

See Minecraft:Bedrock Edition level format/Entity format.

Videos

Template:Yt

History

Bedrock Edition

Template:HistoryTable

Minecraft Education

Template:HistoryTable

Future

At the Minecraft Minecraft:Pocket Edition panel at MINECON 2012, as well as one of Jbernhardsson's livestreams, it was stated that future plans include trying to have a proper use for cameras, perhaps an easier way to take screenshots and share them with others.<ref>Template:Ytl</ref> In the BlockTalk Q&A, the camera was briefly mentioned as part of a broader "sharing" theme planned for Template:El in the future.<ref>Template:Ytl</ref> It later got implemented into Template:El, using the camera to make screenshots and share them in a special book.

Issues

Template:Issue list

Trivia

  • A camera prevents a book and quill from working. Attempting to craft it or obtain it by commands gives a regular book instead, due to non-implementation of photo attaching to written books.Template:Verify
  • The camera can take a screenshot, which appears a bit smaller with a thick paper outline having cuts on its edges, making it look like an old photograph.

Gallery

Renders

Screenshots

In other media

See also

Notes

Template:Notelist

References

Template:Reflist

External links

Navigation

Template:Navbox unused featuresTemplate:Navbox entities Template:Navbox items Template:Navbox blocks Template:Navbox Education

cs:Kamera de:Kamera es:Cámara fr:Appareil photo it:Fotocamera hu:Kamera ja:カメラ ko:카메라 nl:Camera pl:Aparat pt:Câmera ru:Камера uk:Камера zh:摄像机