You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code above is what I wrote. When I run the camera through this code, the changed camera value is not applied. Is there anything I need to change or add?
The text was updated successfully, but these errors were encountered:
import pyk4a
from pyk4a import Config, PyK4A, Calibration, CalibrationType
import cv2
from camera.helpers import convert_to_bgra_if_required
import numpy as np
class Azure_Camera:
def init(self, config):
The code above is what I wrote. When I run the camera through this code, the changed camera value is not applied. Is there anything I need to change or add?
The text was updated successfully, but these errors were encountered: