> For the complete documentation index, see [llms.txt](https://regulaforensics.gitbook.io/android/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://regulaforensics.gitbook.io/android/5.7-5/enumerations/frameshapetype.md).

# FrameShapeType

The constants of `FrameShapeType` enumeration identify the shape of the camera frame.

```java
public class FrameShapeType {
    public static final int LINE = 0;
    public static final int CORNER = 1;
}
```

| Constant   | Description                                            |
| ---------- | ------------------------------------------------------ |
| **LINE**   | Camera frame is rectangle                              |
| **CORNER** | Camera frame only consists of corners of the rectangle |
