__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import ctypes
class BroadcomRawHeader(ctypes.Structure):
_fields_ = [
('name', ctypes.c_char * 32),
('width', ctypes.c_uint16),
('height', ctypes.c_uint16),
('padding_right', ctypes.c_uint16),
('padding_down', ctypes.c_uint16),
('dummy', ctypes.c_uint32 * 6),
('transform', ctypes.c_uint16),
('format', ctypes.c_uint16),
('bayer_order', ctypes.c_uint8),
('bayer_format', ctypes.c_uint8),
]
CAMERA_VERSION = {
"RP_ov5647": "Raspberry Pi Camera V1",
"RP_imx219": "Raspberry Pi Camera V2",
"RP_testc": "Raspberry Pi High Quality Camera",
"RP_imx477": "Raspberry Pi High Quality Camera",
"imx477": "Raspberry Pi High Quality Camera",
}
SENSOR_NATIVE_BPP = {
"RP_ov5647": 10,
"RP_imx219": 10,
"RP_testc": 12,
"RP_imx477": 12,
"imx477": 12
}
BAYER_ORDER = {
0: [0, 1, 1, 2],
1: [1, 2, 0, 1],
2: [2, 1, 1, 0],
3: [1, 0, 2, 1],
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| liblj92 | Folder | 0755 |
|
|
| __init__.py | File | 0 B | 0644 |
|
| bitunpack.c | File | 2.96 KB | 0644 |
|
| camdefs.py | File | 8.86 KB | 0644 |
|
| core.py | File | 8.4 KB | 0644 |
|
| defs.py | File | 1.59 KB | 0644 |
|
| dng.py | File | 14.04 KB | 0644 |
|
| legacy.py | File | 1.03 KB | 0644 |
|
| packing.py | File | 1.62 KB | 0644 |
|