PHPackages                             ninjaknights/camerautils - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ninjaknights/camerautils

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ninjaknights/camerautils
========================

PocketMine-MP virion designed to assist developers in creating camera-related plugins.

0.0.3(2mo ago)131GPL-3.0PHP

Since Nov 16Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/ninjaknights/CameraUtils)[ Packagist](https://packagist.org/packages/ninjaknights/camerautils)[ RSS](/packages/ninjaknights-camerautils/feed)WikiDiscussions stable-PM5 Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (4)Used By (0)

[ ![CameraUtils Banner](assets/icon_banner.png?raw=true)](https://github.com/ninjaknights/CameraUtils) **CameraUtils** is a PocketMine-MP virion designed to help developers/users use Camera Features.

[![GitHub stars](https://camo.githubusercontent.com/41677ffae5c636c638a150c15c241cfef6443deb7af5411c27288bfdd8387e21/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6e696e6a616b6e69676874732f43616d6572615574696c73)](https://github.com/ninjaknights/CameraUtils/stargazers) [![GitHub forks](https://camo.githubusercontent.com/f90022e0f777430c5b00b550ee0bc317ed6ab2d15d25d1fea8ff24b98a63ca2a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6e696e6a616b6e69676874732f43616d6572615574696c73)](https://github.com/ninjaknights/CameraUtils/network/members)
 [![Github downloads](https://camo.githubusercontent.com/4d58e03156dfbf1dbe5cda82934c5175c23182f9c2fb7bc62ae6d893fac4812c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f6e696e6a616b6e69676874732f43616d6572615574696c732f746f74616c)](https://github.com/ninjaknights/CameraUtils/releases)
 [![GitHub license](https://camo.githubusercontent.com/f68466f705e679fc61acb1149fe2a563d8feffafac46877b01b2c203f0bf8a9d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e696e6a616b6e69676874732f43616d6572615574696c73)](https://github.com/ninjaknights/CameraUtils/blob/stable-PM5/LICENSE) [![GitHub issues](https://camo.githubusercontent.com/2ee013978a673549f3c6ae03e078dfac786502559625deb6cc88a54d8f9e00cf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6e696e6a616b6e69676874732f43616d6572615574696c73)](https://github.com/ninjaknights/CameraUtils/issues)
[![Microsoft Docs](https://camo.githubusercontent.com/78282738f20ba09e6119b4db23d0a2a845aad118ee39e869d1c8e60cd9926b87/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2546302539462539332539362d4d6963726f736f66745f446f63732d626c7565)](https://learn.microsoft.com/en-us/minecraft/creator/documents/camerasystem/cameracommandintroduction?view=minecraft-bedrock-stable) [![Packagist](https://camo.githubusercontent.com/556febdc9751aebe727ae81b5cf862c6ac1859dfb14e5dce33526803d38e2ed0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2546302539462539332541362d5061636b61676973742d6f72616e6765)](https://packagist.org/packages/ninjaknights/camerautils)

🔌 Installation
--------------

[](#-installation)

Add CameraUtils to your project via Composer:

```
composer require ninjaknights/camerautils
```

🔌 Basic Setup
-------------

[](#-basic-setup)

Before using the API, you **must register** it in your plugin’s `onLoad()` or `onEnable()` method:

```
